net.sf.dynamicreports.report.base.component
Class DRBreak

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRBreak
All Implemented Interfaces:
Serializable, DRIBreak, DRIComponent

public class DRBreak
extends DRComponent
implements DRIBreak

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRBreak()
           
 
Method Summary
 BreakType getType()
           
 void setType(BreakType breakType)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRBreak

public DRBreak()
Method Detail

getType

public BreakType getType()
Specified by:
getType in interface DRIBreak

setType

public void setType(BreakType breakType)


Copyright © 2010-2014. All Rights Reserved.