org.opengis.go.display.style
Interface PolygonSymbolizer
-
- All Superinterfaces:
- java.lang.Cloneable, GraphicStyle, LineSymbolizer
public interface PolygonSymbolizer extends LineSymbolizer
Encapsulates the style data applicable toGraphics that are of type Polygon in the sense of SLD (OGC 02-070).
-
-
Field Summary
Fields Modifier and Type Field and Description static java.awt.ColorDEFAULT_FILL_BACKGROUND_COLORDefault fill background color value.static java.awt.ColorDEFAULT_FILL_COLORDefault fill color value.static float[]DEFAULT_FILL_GRADIENT_POINTSDefault fill gradient points value.static floatDEFAULT_FILL_OPACITYDefault fill opacity value.static FillPatternDEFAULT_FILL_PATTERNDefault fill pattern value.static FillStyleDEFAULT_FILL_STYLEDefault fill style value.-
Fields inherited from interface org.opengis.go.display.style.LineSymbolizer
DEFAULT_STROKE_BEGIN_ARROW_STYLE, DEFAULT_STROKE_DASH_ARRAY, DEFAULT_STROKE_DASH_OFFSET, DEFAULT_STROKE_END_ARROW_STYLE, DEFAULT_STROKE_FILL_BACKGROUND_COLOR, DEFAULT_STROKE_FILL_COLOR, DEFAULT_STROKE_FILL_GRADIENT_POINTS, DEFAULT_STROKE_FILL_OPACITY, DEFAULT_STROKE_FILL_PATTERN, DEFAULT_STROKE_FILL_STYLE, DEFAULT_STROKE_LINE_CAP, DEFAULT_STROKE_LINE_GAP, DEFAULT_STROKE_LINE_JOIN, DEFAULT_STROKE_LINE_PATTERN, DEFAULT_STROKE_LINE_STYLE, DEFAULT_STROKE_OPACITY, DEFAULT_STROKE_WIDTH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.awt.ColorgetFillBackgroundColor()Returns the fill background color value.java.awt.ColorgetFillColor()Returns the fill color rgb value.float[]getFillGradientPoints()Returns the fill gradient points value.floatgetFillOpacity()Returns the fill opacity value.FillPatterngetFillPattern()Returns the fill pattern value.FillStylegetFillStyle()Returns the fill style value.voidsetFillBackgroundColor(java.awt.Color fillBackgroundColor)Sets the fill background color value.voidsetFillColor(java.awt.Color fillColor)Sets the fill color rgb value.voidsetFillGradientPoints(float[] fillGradientPoints)Sets the fill gradient points value.voidsetFillOpacity(float fillOpacity)Sets the fill opacity value.voidsetFillPattern(FillPattern fillPattern)Sets the fill pattern value.voidsetFillStyle(FillStyle fillStyle)Sets the fill style value.-
Methods inherited from interface org.opengis.go.display.style.LineSymbolizer
getStrokeBeginArrowStyle, getStrokeColor, getStrokeDashArray, getStrokeDashOffset, getStrokeEndArrowStyle, getStrokeFillBackgroundColor, getStrokeFillColor, getStrokeFillGradientPoints, getStrokeFillOpacity, getStrokeFillPattern, getStrokeFillStyle, getStrokeLineCap, getStrokeLineGap, getStrokeLineJoin, getStrokeLinePattern, getStrokeLineStyle, getStrokeOpacity, getStrokeWidth, setStrokeBeginArrowStyle, setStrokeColor, setStrokeDashArray, setStrokeDashOffset, setStrokeEndArrowStyle, setStrokeFillBackgroundColor, setStrokeFillColor, setStrokeFillGradientPoints, setStrokeFillOpacity, setStrokeFillPattern, setStrokeFillStyle, setStrokeLineCap, setStrokeLineGap, setStrokeLineJoin, setStrokeLinePattern, setStrokeLineStyle, setStrokeOpacity, setStrokeWidth
-
Methods inherited from interface org.opengis.go.display.style.GraphicStyle
addGraphicStyleListener, clone, getImplHint, removeGraphicStyleListener, setImplHint, setPropertiesFrom
-
-
-
-
Field Detail
-
DEFAULT_FILL_COLOR
static final java.awt.Color DEFAULT_FILL_COLOR
Default fill color value.
-
DEFAULT_FILL_BACKGROUND_COLOR
static final java.awt.Color DEFAULT_FILL_BACKGROUND_COLOR
Default fill background color value.
-
DEFAULT_FILL_GRADIENT_POINTS
static final float[] DEFAULT_FILL_GRADIENT_POINTS
Default fill gradient points value.
-
DEFAULT_FILL_OPACITY
static final float DEFAULT_FILL_OPACITY
Default fill opacity value.- See Also:
- Constant Field Values
-
DEFAULT_FILL_PATTERN
static final FillPattern DEFAULT_FILL_PATTERN
Default fill pattern value.
-
DEFAULT_FILL_STYLE
static final FillStyle DEFAULT_FILL_STYLE
Default fill style value.
-
-
Method Detail
-
getFillColor
java.awt.Color getFillColor()
Returns the fill color rgb value.- Returns:
- the fill color value.
-
setFillColor
void setFillColor(java.awt.Color fillColor)
Sets the fill color rgb value. Do not use theColoralpha channel to set fill opacity; usesetFillOpacity(float)instead.- Parameters:
fillColor- the fill color value.
-
getFillBackgroundColor
java.awt.Color getFillBackgroundColor()
Returns the fill background color value.- Returns:
- the fill background color value.
-
setFillBackgroundColor
void setFillBackgroundColor(java.awt.Color fillBackgroundColor)
Sets the fill background color value.- Parameters:
fillBackgroundColor- the fill background color value.
-
getFillGradientPoints
float[] getFillGradientPoints()
Returns the fill gradient points value.- Returns:
- the fill gradient points value.
-
setFillGradientPoints
void setFillGradientPoints(float[] fillGradientPoints)
Sets the fill gradient points value.- Parameters:
fillGradientPoints- the fill gradient points value.
-
getFillOpacity
float getFillOpacity()
Returns the fill opacity value.- Returns:
- the fill opacity value.
-
setFillOpacity
void setFillOpacity(float fillOpacity)
Sets the fill opacity value. If semi-transparency is specified in both this attribute and the alpha value of the fill color, the alpha channel value should be ignored.- Parameters:
fillOpacity- the fill opacity value.
-
getFillPattern
FillPattern getFillPattern()
Returns the fill pattern value.- Returns:
- the fill pattern value.
-
setFillPattern
void setFillPattern(FillPattern fillPattern)
Sets the fill pattern value.- Parameters:
fillPattern- the fill pattern value.
-
getFillStyle
FillStyle getFillStyle()
Returns the fill style value.- Returns:
- the fill style value.
-
setFillStyle
void setFillStyle(FillStyle fillStyle)
Sets the fill style value.- Parameters:
fillStyle- the fill style value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG