net.sf.jasperreports.engine
Interface JRBreak
- All Superinterfaces:
- java.lang.Cloneable, JRChild, JRCloneable, JRCommonElement, JRElement, JRPropertiesHolder, JRStyleContainer, JRVisitable
- All Known Implementing Classes:
- JRBaseBreak, JRDesignBreak, JRFillBreak
public interface JRBreak
- extends JRElement
An abstract representation of a break element.
- Version:
- $Id: JRBreak.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Field Summary |
static byte |
TYPE_COLUMN
Constant used for specifying that the break type. |
static byte |
TYPE_PAGE
Constant used for specifying that the break type. |
Method Summary |
byte |
getType()
Gets the break type. |
void |
setType(byte type)
Sets the break type. |
Methods inherited from interface net.sf.jasperreports.engine.JRElement |
collectExpressions, getElementGroup, getHeight, getKey, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX |
Methods inherited from interface net.sf.jasperreports.engine.JRChild |
clone |
TYPE_PAGE
static final byte TYPE_PAGE
- Constant used for specifying that the break type.
- See Also:
- Constant Field Values
TYPE_COLUMN
static final byte TYPE_COLUMN
- Constant used for specifying that the break type.
- See Also:
- Constant Field Values
getType
byte getType()
- Gets the break type.
- Returns:
- one of the type constants
setType
void setType(byte type)
- Sets the break type.
- Parameters:
type
- one of the type constants
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com