Methods in org.geotools.styling that return StrokeImpl |
StrokeImpl |
PolygonSymbolizerImpl.getStroke()
Provides the graphical-symbolization parameter to use for the outline of
the Polygon. |
StrokeImpl |
MarkImpl.getStroke()
This paramterer defines which stroke style should be used when rendering
the Mark. |
StrokeImpl |
LineSymbolizerImpl.getStroke()
Provides the graphical-symbolization parameter to use for the linear
geometry. |
StrokeImpl |
StyleFactoryImpl2.stroke(Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
StrokeImpl |
StyleFactoryImpl2.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
StrokeImpl |
StyleFactoryImpl2.stroke(GraphicStroke stroke,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|