dori.jasper.engine
Interface JRLine

All Superinterfaces:
JRElement, JRGraphicElement
All Known Implementing Classes:
JRBaseLine, JRDesignLine, JRFillLine

public interface JRLine
extends JRGraphicElement


Field Summary
static byte DIRECTION_BOTTOM_UP
           
static byte DIRECTION_TOP_DOWN
           
 
Fields inherited from interface dori.jasper.engine.JRGraphicElement
FILL_SOLID, PEN_1_POINT, PEN_2_POINT, PEN_4_POINT, PEN_DOTTED, PEN_NONE, PEN_THIN
 
Fields inherited from interface dori.jasper.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 getDirection()
           
 void setDirection(byte direction)
           
 
Methods inherited from interface dori.jasper.engine.JRGraphicElement
getFill, getPen, setFill, setPen
 
Methods inherited from interface dori.jasper.engine.JRElement
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
 

Field Detail

DIRECTION_TOP_DOWN

public static final byte DIRECTION_TOP_DOWN
See Also:
Constant Field Values

DIRECTION_BOTTOM_UP

public static final byte DIRECTION_BOTTOM_UP
See Also:
Constant Field Values
Method Detail

getDirection

public byte getDirection()

setDirection

public void setDirection(byte direction)


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