|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stroke | |
org.geotools.brewer.color | |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of Stroke in org.geotools.brewer.color |
Methods in org.geotools.brewer.color that return Stroke | |
Stroke |
StyleGenerator.getDefaultStroke()
|
Methods in org.geotools.brewer.color with parameters of type Stroke | |
void |
StyleGenerator.setDefaultStroke(Stroke defaultStroke)
|
Uses of Stroke in org.geotools.renderer.shape |
Methods in org.geotools.renderer.shape with parameters of type Stroke | |
void |
OpacityFinder.visit(Stroke stroke)
|
Uses of Stroke in org.geotools.styling |
Classes in org.geotools.styling that implement Stroke | |
class |
StrokeImpl
Provides a Java representation of the Stroke object in an SLD document. |
Fields in org.geotools.styling declared as Stroke | |
static Stroke |
Stroke.DEFAULT
Default Stroke capturing the defaults indicated by the standard. |
static Stroke |
Stroke.NULL
Null Stroke capturing the defaults indicated by the standard. |
Methods in org.geotools.styling that return Stroke | |
Stroke |
LineSymbolizerImpl.getStroke()
Provides the graphical-symbolization parameter to use for the linear geometry. |
Stroke |
MarkImpl.getStroke()
This paramterer defines which stroke style should be used when rendering the Mark. |
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width)
A convienice method to make a simple stroke |
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke |
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
abstract Stroke |
AbstractStyleFactory.getDefaultStroke()
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width)
A convienice method to make a simple stroke |
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke |
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
Stroke |
StyleFactoryImpl.getDefaultStroke()
|
Stroke |
PolygonSymbolizerImpl.getStroke()
Provides the graphical-symbolization parameter to use for the outline of the Polygon. |
Stroke |
StyleBuilder.createStroke()
create a default Stroke |
Stroke |
StyleBuilder.createStroke(double width)
create a default stroke with the supplied width |
Stroke |
StyleBuilder.createStroke(java.awt.Color color)
Create a default stroke with the supplied color |
Stroke |
StyleBuilder.createStroke(java.awt.Color color,
double width)
create a stroke with the supplied width and color |
Stroke |
StyleBuilder.createStroke(java.awt.Color color,
double width,
java.lang.String lineJoin,
java.lang.String lineCap)
create a stroke with color, width, linejoin type and lineCap type. |
Stroke |
StyleBuilder.createStroke(java.awt.Color color,
double width,
float[] dashArray)
create a dashed line of color and width |
Stroke |
StyleBuilder.createStroke(Expression color,
Expression width)
create a stroke with the color and width supplied |
Stroke |
StyleBuilder.createStroke(java.awt.Color color,
double width,
double opacity)
create a stroke with color, width and opacity supplied |
Stroke |
StyleBuilder.createStroke(Expression color,
Expression width,
Expression opacity)
create a stroke with color, width and opacity supplied |
static Stroke |
SLD.stroke(LineSymbolizer sym)
|
static Stroke |
SLD.stroke(PolygonSymbolizer sym)
|
static Stroke |
SLD.stroke(PointSymbolizer sym)
|
Stroke |
StyleFactory.createStroke(Expression color,
Expression width)
A convienice method to make a simple stroke |
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke |
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke |
Stroke |
StyleFactory.getDefaultStroke()
|
Stroke |
PolygonSymbolizer.getStroke()
Provides the graphical-symbolization parameter to use for the outline of the Polygon. |
Stroke |
LineSymbolizer.getStroke()
Provides the graphical-symbolization parameter to use for the linear geometry. |
Stroke |
Mark.getStroke()
This paramterer defines which stroke style should be used when rendering the Mark. |
Methods in org.geotools.styling with parameters of type Stroke | |
void |
XMLEncoder.visit(Stroke stroke)
Deprecated. |
void |
LineSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the linear geometry. |
void |
MarkImpl.setStroke(Stroke stroke)
Setter for property stroke. |
abstract Mark |
AbstractStyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation)
|
abstract LineSymbolizer |
AbstractStyleFactory.createLineSymbolizer(Stroke stroke,
java.lang.String geometryPropertyName)
|
abstract PolygonSymbolizer |
AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
PolygonSymbolizer |
StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
LineSymbolizer |
StyleFactoryImpl.createLineSymbolizer(Stroke stroke,
java.lang.String geometryPropertyName)
|
Mark |
StyleFactoryImpl.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation)
|
void |
StyleAttributeExtractor.visit(Stroke stroke)
|
void |
PolygonSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the outline of the Polygon. |
Mark |
StyleBuilder.createMark(java.lang.String wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke |
Mark |
StyleBuilder.createMark(Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke |
LineSymbolizer |
StyleBuilder.createLineSymbolizer(Stroke stroke)
create a LineSymbolizer |
LineSymbolizer |
StyleBuilder.createLineSymbolizer(Stroke stroke,
java.lang.String geometryPropertyName)
create a LineSymbolizer |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill)
create a polygon symbolizer |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
create a polygon symbolizer |
static java.awt.Color |
SLD.strokeColor(Stroke stroke)
|
static int |
SLD.width(Stroke stroke)
|
static double |
SLD.opacity(Stroke stroke)
|
Mark |
StyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation)
|
LineSymbolizer |
StyleFactory.createLineSymbolizer(Stroke stroke,
java.lang.String geometryPropertyName)
|
PolygonSymbolizer |
StyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
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. |
void |
StyleVisitor.visit(Stroke stroke)
Called when accept is called on a stroke |
Constructors in org.geotools.styling with parameters of type Stroke | |
BasicLineStyle(Stroke stroke)
|
|
BasicPolygonStyle(Fill fill,
Stroke stroke)
|
Uses of Stroke in org.geotools.styling.visitor |
Methods in org.geotools.styling.visitor with parameters of type Stroke | |
void |
DuplicatorStyleVisitor.visit(Stroke stroke)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |