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 1664 2007-03-26 09:48:03Z lucianc $
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.
 
Fields inherited from interface net.sf.jasperreports.engine.JRElement
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
 
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, 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
 
Methods inherited from interface net.sf.jasperreports.engine.JRVisitable
visit
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement
getBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 
Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
 

Field Detail

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
Method Detail

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-2006 JasperSoft Corporation www.jaspersoft.com