dori.jasper.engine
Interface JRGraphicElement

All Superinterfaces:
JRElement
All Known Subinterfaces:
JREllipse, JRImage, JRLine, JRRectangle
All Known Implementing Classes:
JRBaseEllipse, JRBaseGraphicElement, JRBaseImage, JRBaseLine, JRBaseRectangle, JRDesignEllipse, JRDesignGraphicElement, JRDesignImage, JRDesignLine, JRDesignRectangle, JRFillEllipse, JRFillGraphicElement, JRFillImage, JRFillLine, JRFillRectangle

public interface JRGraphicElement
extends JRElement


Field Summary
static byte FILL_SOLID
           
static byte PEN_1_POINT
           
static byte PEN_2_POINT
           
static byte PEN_4_POINT
           
static byte PEN_DOTTED
           
static byte PEN_NONE
           
static byte 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 getFill()
           
 byte getPen()
           
 void setFill(byte fill)
           
 void setPen(byte pen)
           
 
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

PEN_NONE

public static final byte PEN_NONE
See Also:
Constant Field Values

PEN_1_POINT

public static final byte PEN_1_POINT
See Also:
Constant Field Values

PEN_2_POINT

public static final byte PEN_2_POINT
See Also:
Constant Field Values

PEN_4_POINT

public static final byte PEN_4_POINT
See Also:
Constant Field Values

PEN_DOTTED

public static final byte PEN_DOTTED
See Also:
Constant Field Values

PEN_THIN

public static final byte PEN_THIN
See Also:
Constant Field Values

FILL_SOLID

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

getPen

public byte getPen()

setPen

public void setPen(byte pen)

getFill

public byte getFill()

setFill

public void setFill(byte fill)


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