dori.jasper.engine.base
Class JRBaseBand

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseElementGroup
      extended bydori.jasper.engine.base.JRBaseBand
All Implemented Interfaces:
JRBand, JRElementGroup, java.io.Serializable

public class JRBaseBand
extends JRBaseElementGroup
implements JRBand

See Also:
Serialized Form

Field Summary
protected  int height
           
protected  boolean isSplitAllowed
           
protected  JRExpression printWhenExpression
           
 
Fields inherited from class dori.jasper.engine.base.JRBaseElementGroup
children, elementGroup
 
Constructor Summary
protected JRBaseBand(JRBand band, JRBaseObjectFactory factory)
           
 
Method Summary
 int getHeight()
           
 JRExpression getPrintWhenExpression()
           
 boolean isSplitAllowed()
           
 void setSplitAllowed(boolean isSplitAllowed)
           
 
Methods inherited from class dori.jasper.engine.base.JRBaseElementGroup
getChildren, getElementByKey, getElementGroup, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dori.jasper.engine.JRElementGroup
getChildren, getElementByKey, getElementGroup, getElements
 

Field Detail

height

protected int height

isSplitAllowed

protected boolean isSplitAllowed

printWhenExpression

protected JRExpression printWhenExpression
Constructor Detail

JRBaseBand

protected JRBaseBand(JRBand band,
                     JRBaseObjectFactory factory)
Method Detail

getHeight

public int getHeight()
Specified by:
getHeight in interface JRBand

isSplitAllowed

public boolean isSplitAllowed()
Specified by:
isSplitAllowed in interface JRBand

setSplitAllowed

public void setSplitAllowed(boolean isSplitAllowed)
Specified by:
setSplitAllowed in interface JRBand

getPrintWhenExpression

public JRExpression getPrintWhenExpression()
Specified by:
getPrintWhenExpression in interface JRBand


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.