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
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 |
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
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.