net.sf.jasperreports.engine
Interface JRBreak

All Superinterfaces:
JRChild, JRElement, JRStyleContainer
All Known Implementing Classes:
JRBaseBreak, JRDesignBreak, JRFillBreak

public interface JRBreak
extends JRElement

An abstract representation of a break element.

Version:
$Id: JRLine.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) 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.
 
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, getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, 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
getCopy, writeXml
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle
 

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