|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointSymbolizer
Encapsulates the point and mark attributes that can be applied to any point
Graphic
.
Field Summary | |
---|---|
static Color |
DEFAULT_FILL_BACKGROUND_COLOR
Default fill background color value for interior of marks with a pattern. |
static Color |
DEFAULT_FILL_COLOR
Default fill color value for interior of marks. |
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. |
static Mark |
DEFAULT_MARK
Default point mark value. |
static float |
DEFAULT_OPACITY
Default fill opacity value. |
static float |
DEFAULT_ROTATION
Default point rotation value. |
static float |
DEFAULT_SIZE
Default point size value. |
static ArrowStyle |
DEFAULT_STROKE_BEGIN_ARROW_STYLE
Default begin arrow style value. |
static Color |
DEFAULT_STROKE_COLOR
Default stroke color value. |
static DashArray |
DEFAULT_STROKE_DASH_ARRAY
Default dash array value. |
static float |
DEFAULT_STROKE_DASH_OFFSET
Default dash offset value. |
static ArrowStyle |
DEFAULT_STROKE_END_ARROW_STYLE
Default end arrow style value. |
static Color |
DEFAULT_STROKE_FILL_BACKGROUND_COLOR
Default fill background color value. |
static Color |
DEFAULT_STROKE_FILL_COLOR
Default fill color value. |
static float[] |
DEFAULT_STROKE_FILL_GRADIENT_POINTS
Default fill gradient points value. |
static float |
DEFAULT_STROKE_FILL_OPACITY
Default fill opacity value. |
static FillPattern |
DEFAULT_STROKE_FILL_PATTERN
Default fill pattern value. |
static FillStyle |
DEFAULT_STROKE_FILL_STYLE
Default fill style value. |
static LineCap |
DEFAULT_STROKE_LINE_CAP
Default line cap value. |
static float |
DEFAULT_STROKE_LINE_GAP
Default line gap value. |
static LineJoin |
DEFAULT_STROKE_LINE_JOIN
Default line join value. |
static LinePattern |
DEFAULT_STROKE_LINE_PATTERN
|
static LineStyle |
DEFAULT_STROKE_LINE_STYLE
Default line style value. |
static float |
DEFAULT_STROKE_OPACITY
Default stroke opacity value. |
static float |
DEFAULT_STROKE_WIDTH
Default stroke width value. |
Method Summary | |
---|---|
Color |
getFillBackgroundColor()
Returns the fill background color value. |
Color |
getFillColor()
Returns the fill color 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. |
Mark |
getMark()
Returns the point mark value. |
float |
getOpacity()
Returns the point opacity value. |
float |
getRotation()
Returns the point rotation value. |
float |
getSize()
Returns the point size value. |
ArrowStyle |
getStrokeBeginArrowStyle()
Returns the stroke begin arrow style value. |
Color |
getStrokeColor()
Returns the stroke color value. |
DashArray |
getStrokeDashArray()
Returns the stroke dash array value. |
float |
getStrokeDashOffset()
Returns the stroke dash offset value. |
ArrowStyle |
getStrokeEndArrowStyle()
Returns the stroke end arrow style value. |
Color |
getStrokeFillBackgroundColor()
Returns the fill background color value. |
Color |
getStrokeFillColor()
Returns the fill color value. |
float[] |
getStrokeFillGradientPoints()
Returns the fill gradient points value. |
float |
getStrokeFillOpacity()
Returns the fill opacity value. |
FillPattern |
getStrokeFillPattern()
Returns the fill pattern value. |
FillStyle |
getStrokeFillStyle()
Returns the fill style value. |
LineCap |
getStrokeLineCap()
Returns the stroke line cap value. |
float |
getStrokeLineGap()
Returns the stroke line gap value. |
LineJoin |
getStrokeLineJoin()
Returns the stroke line join value. |
LinePattern |
getStrokeLinePattern()
Returns the stroke line pattern value. |
LineStyle |
getStrokeLineStyle()
Returns the stroke line style value. |
float |
getStrokeWidth()
Returns the width value. |
void |
setFillBackgroundColor(Color fillBackgroundColor)
Sets the fill background color value. |
void |
setFillColor(Color fillColor)
Sets the fill color 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. |
void |
setMark(Mark pointMark)
Sets the point mark value. |
void |
setOpacity(float pointOpacity)
Sets the point opacity value. |
void |
setRotation(float pointRotation)
Sets the point rotation value. |
void |
setSize(float pointSize)
Sets the point size value. |
void |
setStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)
Sets the stroke begin arrow style value. |
void |
setStrokeColor(Color strokeColor)
Sets the stroke color value. |
void |
setStrokeDashArray(DashArray strokeDashArray)
Sets the stroke dash array value. |
void |
setStrokeDashOffset(float strokeDashOffset)
Sets the stroke dash offset value. |
void |
setStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)
Sets the stroke end arrow style value. |
void |
setStrokeFillBackgroundColor(Color fillBackgroundColor)
Sets the fill background color value. |
void |
setStrokeFillColor(Color fillColor)
Sets the fill color value. |
void |
setStrokeFillGradientPoints(float[] fillGradientPoints)
Sets the fill gradient points value. |
void |
setStrokeFillOpacity(float fillOpacity)
Sets the fill opacity value. |
void |
setStrokeFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
setStrokeFillStyle(FillStyle fillStyle)
Sets the fill style value. |
void |
setStrokeLineCap(LineCap strokeLineCap)
Sets the stroke line cap value. |
void |
setStrokeLineGap(float strokeLineGap)
Sets the stroke line gap value. |
void |
setStrokeLineJoin(LineJoin strokeLineJoin)
Sets the stroke line join value. |
void |
setStrokeLinePattern(LinePattern strokeLinePattern)
Sets the stroke line pattern value. |
void |
setStrokeLineStyle(LineStyle strokeLineStyle)
Sets the stroke line style value. |
void |
setStrokeWidth(float width)
Sets the width 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
static final Mark DEFAULT_MARK
static final float DEFAULT_ROTATION
static final float DEFAULT_SIZE
static final float DEFAULT_OPACITY
static final ArrowStyle DEFAULT_STROKE_BEGIN_ARROW_STYLE
static final ArrowStyle DEFAULT_STROKE_END_ARROW_STYLE
static final Color DEFAULT_STROKE_COLOR
static final DashArray DEFAULT_STROKE_DASH_ARRAY
static final float DEFAULT_STROKE_DASH_OFFSET
static final Color DEFAULT_STROKE_FILL_COLOR
static final Color DEFAULT_STROKE_FILL_BACKGROUND_COLOR
static final float[] DEFAULT_STROKE_FILL_GRADIENT_POINTS
static final float DEFAULT_STROKE_FILL_OPACITY
static final FillPattern DEFAULT_STROKE_FILL_PATTERN
static final FillStyle DEFAULT_STROKE_FILL_STYLE
static final LineCap DEFAULT_STROKE_LINE_CAP
static final float DEFAULT_STROKE_LINE_GAP
static final LineJoin DEFAULT_STROKE_LINE_JOIN
static final LinePattern DEFAULT_STROKE_LINE_PATTERN
static final LineStyle DEFAULT_STROKE_LINE_STYLE
static final float DEFAULT_STROKE_OPACITY
static final float DEFAULT_STROKE_WIDTH
Method Detail |
---|
Color getFillColor()
void setFillColor(Color fillColor)
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.Mark getMark()
void setMark(Mark pointMark)
pointMark
- the point mark value.float getRotation()
void setRotation(float pointRotation)
pointRotation
- the point rotation value.float getSize()
void setSize(float pointSize)
pointSize
- the point size value.float getOpacity()
void setOpacity(float pointOpacity)
pointOpacity
- the point opacity value.ArrowStyle getStrokeBeginArrowStyle()
void setStrokeBeginArrowStyle(ArrowStyle strokeArrowStyle)
strokeArrowStyle
- the stroke begin arrow style value.ArrowStyle getStrokeEndArrowStyle()
void setStrokeEndArrowStyle(ArrowStyle strokeArrowStyle)
strokeArrowStyle
- the stroke end arrow style value.Color getStrokeColor()
void setStrokeColor(Color strokeColor)
strokeColor
- the stroke color value.DashArray getStrokeDashArray()
void setStrokeDashArray(DashArray strokeDashArray)
strokeDashArray
- the stroke dash array value.float getStrokeDashOffset()
void setStrokeDashOffset(float strokeDashOffset)
strokeDashOffset
- the stroke dash offset value.Color getStrokeFillColor()
void setStrokeFillColor(Color fillColor)
fillColor
- the fill color value.Color getStrokeFillBackgroundColor()
void setStrokeFillBackgroundColor(Color fillBackgroundColor)
fillBackgroundColor
- the fill background color value.float[] getStrokeFillGradientPoints()
void setStrokeFillGradientPoints(float[] fillGradientPoints)
fillGradientPoints
- the fill gradient points value.float getStrokeFillOpacity()
void setStrokeFillOpacity(float fillOpacity)
fillOpacity
- the fill opacity value.FillPattern getStrokeFillPattern()
void setStrokeFillPattern(FillPattern fillPattern)
fillPattern
- the fill pattern value.FillStyle getStrokeFillStyle()
void setStrokeFillStyle(FillStyle fillStyle)
fillStyle
- the fill style value.LineCap getStrokeLineCap()
void setStrokeLineCap(LineCap strokeLineCap)
strokeLineCap
- the stroke line cap value.float getStrokeLineGap()
void setStrokeLineGap(float strokeLineGap)
strokeLineGap
- the stroke line gap value.LineJoin getStrokeLineJoin()
void setStrokeLineJoin(LineJoin strokeLineJoin)
strokeLineJoin
- the stroke line join value.LinePattern getStrokeLinePattern()
void setStrokeLinePattern(LinePattern strokeLinePattern)
strokeLinePattern
- the stroke line pattern value.LineStyle getStrokeLineStyle()
void setStrokeLineStyle(LineStyle strokeLineStyle)
strokeLineStyle
- the stroke line style value.float getStrokeWidth()
void setStrokeWidth(float width)
width
- the width value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |