public interface JRCommonGraphicElement extends JRCommonElement, JRPenContainer
<graphicElement> tag.
fill attribute specifies the style of the background of the graphic elements. The
only style currently supported is the solid fill style, which is also the default
(fill="Solid"). The getFillValue() method can
be used to access the fill setting.
<pen> tag and can be accessed using the getLinePen()
method.JRPen| Modifier and Type | Method and Description |
|---|---|
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.
|
getBackcolor, getForecolor, getHeight, getKey, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setModegetDefaultLineColor, getDefaultLineWidthgetDefaultStyleProvider, getStyle, getStyleNameReferenceJRPen getLinePen()
FillEnum getFillValue()
FillEnumFillEnum getOwnFillValue()
FillEnumCopyright © 2017. All rights reserved.