Uses of Interface
org.opengis.style.Stroke

Packages that use Stroke
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.opengis.style
 

Methods in org.opengis.style that return Stroke
 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 PolygonSymbolizer.getStroke()
          Returns the object containing all the information necessary to draw styled lines.
 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
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.