Uses of Class
org.geotools.styling.StrokeImpl

Packages that use StrokeImpl
org.geotools.styling Allows for symbolization of geospatial data. 
 

Uses of StrokeImpl in org.geotools.styling
 

Methods in org.geotools.styling that return StrokeImpl
 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 PolygonSymbolizerImpl.getStroke()
          Provides the graphical-symbolization parameter to use for the outline of the Polygon.
 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)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.