org.opengis.go.display.style
Interface PointSymbolizer
-
- All Superinterfaces:
- java.lang.Cloneable, GraphicStyle
public interface PointSymbolizer extends GraphicStyle
Encapsulates the point and mark attributes that can be applied to any pointGraphic.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.awt.ColorDEFAULT_FILL_BACKGROUND_COLORDefault fill background color value for interior of marks with a pattern.static java.awt.ColorDEFAULT_FILL_COLORDefault fill color value for interior of marks.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.static MarkDEFAULT_MARKDefault point mark value.static floatDEFAULT_OPACITYDefault fill opacity value.static floatDEFAULT_ROTATIONDefault point rotation value.static floatDEFAULT_SIZEDefault point size value.static ArrowStyleDEFAULT_STROKE_BEGIN_ARROW_STYLEDefault begin arrow style value.static java.awt.ColorDEFAULT_STROKE_COLORDefault stroke color value.static DashArrayDEFAULT_STROKE_DASH_ARRAYDefault dash array value.static floatDEFAULT_STROKE_DASH_OFFSETDefault dash offset value.static ArrowStyleDEFAULT_STROKE_END_ARROW_STYLEDefault end arrow style value.static java.awt.ColorDEFAULT_STROKE_FILL_BACKGROUND_COLORDefault fill background color value.static java.awt.ColorDEFAULT_STROKE_FILL_COLORDefault fill color value.static float[]DEFAULT_STROKE_FILL_GRADIENT_POINTSDefault fill gradient points value.static floatDEFAULT_STROKE_FILL_OPACITYDefault fill opacity value.static FillPatternDEFAULT_STROKE_FILL_PATTERNDefault fill pattern value.static FillStyleDEFAULT_STROKE_FILL_STYLEDefault fill style value.static LineCapDEFAULT_STROKE_LINE_CAPDefault line cap value.static floatDEFAULT_STROKE_LINE_GAPDefault line gap value.static LineJoinDEFAULT_STROKE_LINE_JOINDefault line join value.static LinePatternDEFAULT_STROKE_LINE_PATTERNstatic LineStyleDEFAULT_STROKE_LINE_STYLEDefault line style value.static floatDEFAULT_STROKE_OPACITYDefault stroke opacity value.static floatDEFAULT_STROKE_WIDTHDefault stroke width value.
-
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 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.MarkgetMark()Returns the point mark value.floatgetOpacity()Returns the point opacity value.floatgetRotation()Returns the point rotation value.floatgetSize()Returns the point size value.ArrowStylegetStrokeBeginArrowStyle()Returns the stroke begin arrow style value.java.awt.ColorgetStrokeColor()Returns the stroke color value.DashArraygetStrokeDashArray()Returns the stroke dash array value.floatgetStrokeDashOffset()Returns the stroke dash offset value.ArrowStylegetStrokeEndArrowStyle()Returns the stroke end arrow style value.java.awt.ColorgetStrokeFillBackgroundColor()Returns the fill background color value.java.awt.ColorgetStrokeFillColor()Returns the fill color value.float[]getStrokeFillGradientPoints()Returns the fill gradient points value.floatgetStrokeFillOpacity()Returns the fill opacity value.FillPatterngetStrokeFillPattern()Returns the fill pattern value.FillStylegetStrokeFillStyle()Returns the fill style value.LineCapgetStrokeLineCap()Returns the stroke line cap value.floatgetStrokeLineGap()Returns the stroke line gap value.LineJoingetStrokeLineJoin()Returns the stroke line join value.LinePatterngetStrokeLinePattern()Returns the stroke line pattern value.LineStylegetStrokeLineStyle()Returns the stroke line style value.floatgetStrokeWidth()Returns the width value.voidsetFillBackgroundColor(java.awt.Color fillBackgroundColor)Sets the fill background color value.voidsetFillColor(java.awt.Color fillColor)Sets the fill color 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.voidsetMark(Mark pointMark)Sets the point mark value.voidsetOpacity(float pointOpacity)Sets the point opacity value.voidsetRotation(float pointRotation)Sets the point rotation value.voidsetSize(float pointSize)Sets the point size value.voidsetStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)Sets the stroke begin arrow style value.voidsetStrokeColor(java.awt.Color strokeColor)Sets the stroke color value.voidsetStrokeDashArray(DashArray strokeDashArray)Sets the stroke dash array value.voidsetStrokeDashOffset(float strokeDashOffset)Sets the stroke dash offset value.voidsetStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)Sets the stroke end arrow style value.voidsetStrokeFillBackgroundColor(java.awt.Color fillBackgroundColor)Sets the fill background color value.voidsetStrokeFillColor(java.awt.Color fillColor)Sets the fill color value.voidsetStrokeFillGradientPoints(float[] fillGradientPoints)Sets the fill gradient points value.voidsetStrokeFillOpacity(float fillOpacity)Sets the fill opacity value.voidsetStrokeFillPattern(FillPattern fillPattern)Sets the fill pattern value.voidsetStrokeFillStyle(FillStyle fillStyle)Sets the fill style value.voidsetStrokeLineCap(LineCap strokeLineCap)Sets the stroke line cap value.voidsetStrokeLineGap(float strokeLineGap)Sets the stroke line gap value.voidsetStrokeLineJoin(LineJoin strokeLineJoin)Sets the stroke line join value.voidsetStrokeLinePattern(LinePattern strokeLinePattern)Sets the stroke line pattern value.voidsetStrokeLineStyle(LineStyle strokeLineStyle)Sets the stroke line style value.voidsetStrokeWidth(float width)Sets the width value.-
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 for interior of marks.
-
DEFAULT_FILL_BACKGROUND_COLOR
static final java.awt.Color DEFAULT_FILL_BACKGROUND_COLOR
Default fill background color value for interior of marks with a pattern.
-
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.
-
DEFAULT_MARK
static final Mark DEFAULT_MARK
Default point mark value.
-
DEFAULT_ROTATION
static final float DEFAULT_ROTATION
Default point rotation value.- See Also:
- Constant Field Values
-
DEFAULT_SIZE
static final float DEFAULT_SIZE
Default point size value.- See Also:
- Constant Field Values
-
DEFAULT_OPACITY
static final float DEFAULT_OPACITY
Default fill opacity value.- See Also:
- Constant Field Values
-
DEFAULT_STROKE_BEGIN_ARROW_STYLE
static final ArrowStyle DEFAULT_STROKE_BEGIN_ARROW_STYLE
Default begin arrow style value.
-
DEFAULT_STROKE_END_ARROW_STYLE
static final ArrowStyle DEFAULT_STROKE_END_ARROW_STYLE
Default end arrow style value.
-
DEFAULT_STROKE_COLOR
static final java.awt.Color DEFAULT_STROKE_COLOR
Default stroke color value.
-
DEFAULT_STROKE_DASH_ARRAY
static final DashArray DEFAULT_STROKE_DASH_ARRAY
Default dash array value.
-
DEFAULT_STROKE_DASH_OFFSET
static final float DEFAULT_STROKE_DASH_OFFSET
Default dash offset value.- See Also:
- Constant Field Values
-
DEFAULT_STROKE_FILL_COLOR
static final java.awt.Color DEFAULT_STROKE_FILL_COLOR
Default fill color value.
-
DEFAULT_STROKE_FILL_BACKGROUND_COLOR
static final java.awt.Color DEFAULT_STROKE_FILL_BACKGROUND_COLOR
Default fill background color value.
-
DEFAULT_STROKE_FILL_GRADIENT_POINTS
static final float[] DEFAULT_STROKE_FILL_GRADIENT_POINTS
Default fill gradient points value.
-
DEFAULT_STROKE_FILL_OPACITY
static final float DEFAULT_STROKE_FILL_OPACITY
Default fill opacity value.- See Also:
- Constant Field Values
-
DEFAULT_STROKE_FILL_PATTERN
static final FillPattern DEFAULT_STROKE_FILL_PATTERN
Default fill pattern value.
-
DEFAULT_STROKE_FILL_STYLE
static final FillStyle DEFAULT_STROKE_FILL_STYLE
Default fill style value.
-
DEFAULT_STROKE_LINE_CAP
static final LineCap DEFAULT_STROKE_LINE_CAP
Default line cap value.
-
DEFAULT_STROKE_LINE_GAP
static final float DEFAULT_STROKE_LINE_GAP
Default line gap value.- See Also:
- Constant Field Values
-
DEFAULT_STROKE_LINE_JOIN
static final LineJoin DEFAULT_STROKE_LINE_JOIN
Default line join value.
-
DEFAULT_STROKE_LINE_PATTERN
static final LinePattern DEFAULT_STROKE_LINE_PATTERN
-
DEFAULT_STROKE_LINE_STYLE
static final LineStyle DEFAULT_STROKE_LINE_STYLE
Default line style value.
-
DEFAULT_STROKE_OPACITY
static final float DEFAULT_STROKE_OPACITY
Default stroke opacity value.- See Also:
- Constant Field Values
-
DEFAULT_STROKE_WIDTH
static final float DEFAULT_STROKE_WIDTH
Default stroke width value.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFillColor
java.awt.Color getFillColor()
Returns the fill color value.- Returns:
- the fill color value.
-
setFillColor
void setFillColor(java.awt.Color fillColor)
Sets the fill color value.- 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.- 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.
-
getMark
Mark getMark()
Returns the point mark value.- Returns:
- the point mark value.
-
setMark
void setMark(Mark pointMark)
Sets the point mark value.- Parameters:
pointMark- the point mark value.
-
getRotation
float getRotation()
Returns the point rotation value.- Returns:
- the point rotation value.
-
setRotation
void setRotation(float pointRotation)
Sets the point rotation value.- Parameters:
pointRotation- the point rotation value.
-
getSize
float getSize()
Returns the point size value.- Returns:
- the point size value.
-
setSize
void setSize(float pointSize)
Sets the point size value.- Parameters:
pointSize- the point size value.
-
getOpacity
float getOpacity()
Returns the point opacity value.- Returns:
- the point opacity value.
-
setOpacity
void setOpacity(float pointOpacity)
Sets the point opacity value.- Parameters:
pointOpacity- the point opacity value.
-
getStrokeBeginArrowStyle
ArrowStyle getStrokeBeginArrowStyle()
Returns the stroke begin arrow style value.- Returns:
- the stroke begin arrow style value.
-
setStrokeBeginArrowStyle
void setStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)
Sets the stroke begin arrow style value.- Parameters:
strokeArrowStyle- the stroke begin arrow style value.
-
getStrokeEndArrowStyle
ArrowStyle getStrokeEndArrowStyle()
Returns the stroke end arrow style value.- Returns:
- the stroke end arrow style value.
-
setStrokeEndArrowStyle
void setStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)
Sets the stroke end arrow style value.- Parameters:
strokeArrowStyle- the stroke end arrow style value.
-
getStrokeColor
java.awt.Color getStrokeColor()
Returns the stroke color value.- Returns:
- the stroke color value.
-
setStrokeColor
void setStrokeColor(java.awt.Color strokeColor)
Sets the stroke color value.- Parameters:
strokeColor- the stroke color value.
-
getStrokeDashArray
DashArray getStrokeDashArray()
Returns the stroke dash array value.- Returns:
- the stroke dash array value.
-
setStrokeDashArray
void setStrokeDashArray(DashArray strokeDashArray)
Sets the stroke dash array value.- Parameters:
strokeDashArray- the stroke dash array value.
-
getStrokeDashOffset
float getStrokeDashOffset()
Returns the stroke dash offset value.- Returns:
- the stroke dash offset value.
-
setStrokeDashOffset
void setStrokeDashOffset(float strokeDashOffset)
Sets the stroke dash offset value.- Parameters:
strokeDashOffset- the stroke dash offset value.
-
getStrokeFillColor
java.awt.Color getStrokeFillColor()
Returns the fill color value.- Returns:
- the fill color value.
-
setStrokeFillColor
void setStrokeFillColor(java.awt.Color fillColor)
Sets the fill color value.- Parameters:
fillColor- the fill color value.
-
getStrokeFillBackgroundColor
java.awt.Color getStrokeFillBackgroundColor()
Returns the fill background color value.- Returns:
- the fill background color value.
-
setStrokeFillBackgroundColor
void setStrokeFillBackgroundColor(java.awt.Color fillBackgroundColor)
Sets the fill background color value.- Parameters:
fillBackgroundColor- the fill background color value.
-
getStrokeFillGradientPoints
float[] getStrokeFillGradientPoints()
Returns the fill gradient points value.- Returns:
- the fill gradient points value.
-
setStrokeFillGradientPoints
void setStrokeFillGradientPoints(float[] fillGradientPoints)
Sets the fill gradient points value.- Parameters:
fillGradientPoints- the fill gradient points value.
-
getStrokeFillOpacity
float getStrokeFillOpacity()
Returns the fill opacity value.- Returns:
- the fill opacity value.
-
setStrokeFillOpacity
void setStrokeFillOpacity(float fillOpacity)
Sets the fill opacity value.- Parameters:
fillOpacity- the fill opacity value.
-
getStrokeFillPattern
FillPattern getStrokeFillPattern()
Returns the fill pattern value.- Returns:
- the fill pattern value.
-
setStrokeFillPattern
void setStrokeFillPattern(FillPattern fillPattern)
Sets the fill pattern value.- Parameters:
fillPattern- the fill pattern value.
-
getStrokeFillStyle
FillStyle getStrokeFillStyle()
Returns the fill style value.- Returns:
- the fill style value.
-
setStrokeFillStyle
void setStrokeFillStyle(FillStyle fillStyle)
Sets the fill style value.- Parameters:
fillStyle- the fill style value.
-
getStrokeLineCap
LineCap getStrokeLineCap()
Returns the stroke line cap value.- Returns:
- the stroke line cap value.
-
setStrokeLineCap
void setStrokeLineCap(LineCap strokeLineCap)
Sets the stroke line cap value.- Parameters:
strokeLineCap- the stroke line cap value.
-
getStrokeLineGap
float getStrokeLineGap()
Returns the stroke line gap value.- Returns:
- the stroke line gap value.
-
setStrokeLineGap
void setStrokeLineGap(float strokeLineGap)
Sets the stroke line gap value.- Parameters:
strokeLineGap- the stroke line gap value.
-
getStrokeLineJoin
LineJoin getStrokeLineJoin()
Returns the stroke line join value.- Returns:
- the stroke line join value.
-
setStrokeLineJoin
void setStrokeLineJoin(LineJoin strokeLineJoin)
Sets the stroke line join value.- Parameters:
strokeLineJoin- the stroke line join value.
-
getStrokeLinePattern
LinePattern getStrokeLinePattern()
Returns the stroke line pattern value.- Returns:
- the stroke line pattern value.
-
setStrokeLinePattern
void setStrokeLinePattern(LinePattern strokeLinePattern)
Sets the stroke line pattern value.- Parameters:
strokeLinePattern- the stroke line pattern value.
-
getStrokeLineStyle
LineStyle getStrokeLineStyle()
Returns the stroke line style value.- Returns:
- the stroke line style value.
-
setStrokeLineStyle
void setStrokeLineStyle(LineStyle strokeLineStyle)
Sets the stroke line style value.- Parameters:
strokeLineStyle- the stroke line style value.
-
getStrokeWidth
float getStrokeWidth()
Returns the width value.- Returns:
- the width value.
-
setStrokeWidth
void setStrokeWidth(float width)
Sets the width value.- Parameters:
width- the width value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG