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