Uses of Interface
org.opengis.style.GraphicStroke

Packages that use GraphicStroke
org.geotools.styling Allows for symbolization of geospatial data. 
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 GraphicStroke in org.geotools.styling
 

Subinterfaces of GraphicStroke in org.geotools.styling
 interface Graphic
          A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size.
 

Classes in org.geotools.styling that implement GraphicStroke
 class GraphicImpl
          Direct implementation of Graphic.
 

Methods in org.geotools.styling with parameters of type GraphicStroke
 Stroke StyleFactoryImpl.stroke(GraphicStroke stroke, 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)
           
 Stroke StyleFactory.stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
           
 

Uses of GraphicStroke in org.opengis.style
 

Methods in org.opengis.style that return GraphicStroke
 GraphicStroke Stroke.getGraphicStroke()
          If non-null, indicates that lines should be drawn by repeatedly plotting the given graphic along the path of the lines, rotating it according to the orientation of the line.
 GraphicStroke StyleFactory.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 

Methods in org.opengis.style with parameters of type GraphicStroke
 Stroke StyleFactory.stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
           
 Object StyleVisitor.visit(GraphicStroke graphicStroke, Object data)
          Called when accept is called on a graphic stroke
 



Copyright © 1996-2014 Geotools. All Rights Reserved.