|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stroke | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of Stroke in org.geotools.styling |
---|
Subinterfaces of Stroke in org.geotools.styling | |
---|---|
interface |
Stroke
The Stroke object encapsulates the graphical-symbolization parameters for linear geometries. |
Classes in org.geotools.styling that implement Stroke | |
---|---|
class |
StrokeImpl
Provides a Java representation of the Stroke object in an SLD document. |
Methods in org.geotools.styling with parameters of type Stroke | |
---|---|
LineSymbolizer |
StyleFactoryImpl.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
LineSymbolizerImpl |
StyleFactoryImpl2.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl2.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl2.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
PolygonSymbolizer |
StyleFactoryImpl.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizerImpl |
StyleFactoryImpl2.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
void |
MarkImpl.setStroke(Stroke stroke)
Setter for property stroke. |
void |
LineSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the linear geometry. |
void |
PolygonSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the outline of the Polygon. |
void |
PolygonSymbolizer.setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the outline of the Polygon. |
void |
LineSymbolizer.setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the linear geometry. |
void |
Mark.setStroke(Stroke stroke)
This paramterer defines which stroke style should be used when rendering the Mark. |
Uses of Stroke in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder with parameters of type Stroke | |
---|---|
StrokeBuilder |
StrokeBuilder.reset(Stroke stroke)
Reset builder to provided original stroke. |
Uses of Stroke in org.opengis.style |
---|
Methods in org.opengis.style that return Stroke | |
---|---|
Stroke |
PolygonSymbolizer.getStroke()
Returns the object containing all the information necessary to draw styled lines. |
Stroke |
LineSymbolizer.getStroke()
Returns the object containing all the information necessary to draw styled lines. |
Stroke |
Mark.getStroke()
Returns the object that indicates how the edges of the mark will be drawn. |
Stroke |
StyleFactory.stroke(Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Stroke |
StyleFactory.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Stroke |
StyleFactory.stroke(GraphicStroke stroke,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Methods in org.opengis.style with parameters of type Stroke | |
---|---|
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
Object |
StyleVisitor.visit(Stroke stroke,
Object data)
Called when accept is called on a stroke |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |