|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolygonSymbolizer
Encapsulates the style data applicable to
Graphic
s that are of type Polygon
in the sense of SLD (OGC 02-070).
Field Summary | |
---|---|
static Color |
DEFAULT_FILL_BACKGROUND_COLOR
Default fill background color value. |
static Color |
DEFAULT_FILL_COLOR
Default fill color value. |
static float[] |
DEFAULT_FILL_GRADIENT_POINTS
Default fill gradient points value. |
static float |
DEFAULT_FILL_OPACITY
Default fill opacity value. |
static FillPattern |
DEFAULT_FILL_PATTERN
Default fill pattern value. |
static FillStyle |
DEFAULT_FILL_STYLE
Default fill style value. |
Method Summary | |
---|---|
Color |
getFillBackgroundColor()
Returns the fill background color value. |
Color |
getFillColor()
Returns the fill color rgb value. |
float[] |
getFillGradientPoints()
Returns the fill gradient points value. |
float |
getFillOpacity()
Returns the fill opacity value. |
FillPattern |
getFillPattern()
Returns the fill pattern value. |
FillStyle |
getFillStyle()
Returns the fill style value. |
void |
setFillBackgroundColor(Color fillBackgroundColor)
Sets the fill background color value. |
void |
setFillColor(Color fillColor)
Sets the fill color rgb value. |
void |
setFillGradientPoints(float[] fillGradientPoints)
Sets the fill gradient points value. |
void |
setFillOpacity(float fillOpacity)
Sets the fill opacity value. |
void |
setFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
setFillStyle(FillStyle fillStyle)
Sets the fill style value. |
Methods inherited from interface GraphicStyle |
---|
addGraphicStyleListener, clone, getImplHint, removeGraphicStyleListener, setImplHint, setPropertiesFrom |
Field Detail |
---|
static final Color DEFAULT_FILL_COLOR
static final Color DEFAULT_FILL_BACKGROUND_COLOR
static final float[] DEFAULT_FILL_GRADIENT_POINTS
static final float DEFAULT_FILL_OPACITY
static final FillPattern DEFAULT_FILL_PATTERN
static final FillStyle DEFAULT_FILL_STYLE
Method Detail |
---|
Color getFillColor()
void setFillColor(Color fillColor)
Color
alpha channel to set fill opacity;
use setFillOpacity(float)
instead.
fillColor
- the fill color value.Color getFillBackgroundColor()
void setFillBackgroundColor(Color fillBackgroundColor)
fillBackgroundColor
- the fill background color value.float[] getFillGradientPoints()
void setFillGradientPoints(float[] fillGradientPoints)
fillGradientPoints
- the fill gradient points value.float getFillOpacity()
void setFillOpacity(float fillOpacity)
fillOpacity
- the fill opacity value.FillPattern getFillPattern()
void setFillPattern(FillPattern fillPattern)
fillPattern
- the fill pattern value.FillStyle getFillStyle()
void setFillStyle(FillStyle fillStyle)
fillStyle
- the fill style value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |