Uses of Class
org.geotools.renderer.style.Style2D

Packages that use Style2D
org.geotools.renderer.j2d Couches ? afficher sur une carte ? l'aide de Java2D.  
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
org.geotools.renderer.style Styling to be applied on Geometry objects at rendering time. 
 

Uses of Style2D in org.geotools.renderer.j2d
 

Methods in org.geotools.renderer.j2d with parameters of type Style2D
protected  void SLDRenderedGeometries.paint(java.awt.Graphics2D graphics, java.awt.Shape shape, Style2D style)
          Invoked automatically when a polyline is about to be draw.
protected  void RenderedGeometries.paint(java.awt.Graphics2D graphics, java.awt.Shape polyline, Style2D style)
          Invoked automatically when a polyline is about to be draw.
 void StyledShapePainter.paint(java.awt.Graphics2D graphics, java.awt.Shape shape, Style2D style, double scale)
          Invoked automatically when a polyline is about to be draw.
 

Uses of Style2D in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Style2D
 void StyledShapePainter.paint(java.awt.Graphics2D graphics, LiteShape2 shape, Style2D style, double scale)
          Invoked automatically when a polyline is about to be draw.
 

Uses of Style2D in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type Style2D
 void StyledShapePainter.paint(java.awt.Graphics2D graphics, java.awt.Shape shape, Style2D style, double scale)
          Invoked automatically when a polyline is about to be draw.
 

Uses of Style2D in org.geotools.renderer.style
 

Subclasses of Style2D in org.geotools.renderer.style
 class DynamicLineStyle2D
          A dynamic line style, that will compute its parameters each time they are requested instead of caching them
 class DynamicPolygonStyle2D
          A dynamic polygon style, that will compute its parameters each time they are requested instead of caching them
 class GraphicStyle2D
          A style class used to depict a point, polygon centroid or line with a small graphic icon
 class LineStyle2D
          A rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is, an image painted along the contour)
 class MarkStyle2D
          Style to represent points as small filled and stroked shapes
 class PolygonStyle2D
          A style that contains the specification to renderer both the contour and the interior of a shape
 class TextStyle2D
          DJB: This class was fundamentally wrong - it tried to convert into .
 

Methods in org.geotools.renderer.style that return Style2D
 Style2D SLDStyleFactory.createStyle(Feature f, Symbolizer symbolizer, javax.media.jai.util.Range scaleRange)
           Creates a rendered style Makes use of a symbolizer cache based on identity to avoid recomputing over and over the same style object and to reduce memory usage.
 Style2D SLDStyleFactory.createDynamicStyle(Feature f, Symbolizer symbolizer, javax.media.jai.util.Range scaleRange)
          Creates a rendered style
 Style2D TextStyle2D.getGraphic()
          gets the Style2D to be drawn underneath this text
 

Methods in org.geotools.renderer.style with parameters of type Style2D
 void TextStyle2D.setGraphic(Style2D s)
          Sets the style2D to be drawn underneath this text
 



Copyright © GeoTools. All Rights Reserved.