net.sf.jasperreports.engine
public interface JRBreak extends JRElement
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_COLUMN
Deprecated.
Replaced by
BreakTypeEnum.COLUMN . |
static byte |
TYPE_PAGE
Deprecated.
Replaced by
BreakTypeEnum.PAGE . |
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
Modifier and Type | Method and Description |
---|---|
byte |
getType()
Deprecated.
Replaced by
getTypeValue() . |
BreakTypeEnum |
getTypeValue()
Gets the break type.
|
void |
setType(BreakTypeEnum breakTypeEnum)
Sets the break type.
|
void |
setType(byte type)
Deprecated.
Replaced by
setType(BreakTypeEnum) . |
collectExpressions, getElementGroup, getKey, getPositionType, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setStretchType, setWidth, setX
visit
clone
getBackcolor, getForecolor, getHeight, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode, setMode, setMode
getDefaultStyleProvider, getStyle, getStyleNameReference
getParentProperties, getPropertiesMap, hasProperties
static final byte TYPE_PAGE
BreakTypeEnum.PAGE
.static final byte TYPE_COLUMN
BreakTypeEnum.COLUMN
.byte getType()
getTypeValue()
.void setType(byte type)
setType(BreakTypeEnum)
.BreakTypeEnum getTypeValue()
BreakTypeEnum
void setType(BreakTypeEnum breakTypeEnum)
breakTypeEnum
- a value representing one of the break type constants in BreakTypeEnum
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com