|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRCommonGraphicElement
An abstract representation of a report graphic element. It provides basic functionality for images, lines, rectangles and ellipses.
Method Summary | |
---|---|
FillEnum |
getFillValue()
Indicates the fill type used for this element. |
JRPen |
getLinePen()
|
FillEnum |
getOwnFillValue()
Indicates the own fill type used for this element. |
void |
setFill(FillEnum fillEnum)
Sets the fill type used for this element. |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
---|
getBackcolor, getForecolor, getHeight, getKey, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode |
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer |
---|
getDefaultLineColor, getDefaultLineWidth |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
Method Detail |
---|
JRPen getLinePen()
FillEnum getFillValue()
FillEnum
FillEnum getOwnFillValue()
FillEnum
void setFill(FillEnum fillEnum)
fillEnum
- a value representing one of the line direction constants in FillEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |