Uses of Interface
org.geotools.styling.Displacement

Packages that use Displacement
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of Displacement in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Displacement
 void MetaBufferEstimator.visit(Displacement dis)
           
 

Uses of Displacement in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Displacement
 void StyleVisitorAdapter.visit(Displacement dis)
           
 

Uses of Displacement in org.geotools.styling
 

Fields in org.geotools.styling declared as Displacement
static Displacement Displacement.DEFAULT
          Default Displacement instance.
static Displacement Displacement.NULL
          Null Displacement instance.
 

Methods in org.geotools.styling that return Displacement
 Displacement StyleBuilder.createDisplacement(double x, double y)
          wrapper round Stylefactory Method
 Displacement StyleFactoryImpl.createDisplacement(Expression x, Expression y)
           
 Displacement StyleBuilder.createDisplacement(Expression x, Expression y)
          wrapper round Stylefactory Method
abstract  Displacement AbstractStyleFactory.createDisplacement(Expression x, Expression y)
           
 Displacement StyleFactory.createDisplacement(Expression x, Expression y)
           
 Displacement StyleFactoryImpl.displacement(Expression dx, Expression dy)
           
 Displacement StyleFactory.displacement(Expression dx, Expression dy)
           
 Displacement PolygonSymbolizerImpl.getDisplacement()
           
 Displacement PointPlacementImpl.getDisplacement()
          Returns the Displacement which gives X and Y offset displacements to use for rendering a text label near a point.
 Displacement PolygonSymbolizer.getDisplacement()
          Displacement from the original geometry in pixels.
 Displacement PointPlacement.getDisplacement()
          Returns the Displacement which gives X and Y offset displacements to use for rendering a text label near a point.
 Displacement GraphicLegend.getDisplacement()
           
 Displacement Graphic.getDisplacement()
           
protected  Displacement SLDParser.parseDisplacement(Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type Displacement
 PointPlacement StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 PointPlacement StyleBuilder.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
          wrapper round Stylefactory Method
abstract  PointPlacement AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 PointPlacement StyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 void StyleAttributeExtractor.visit(Displacement dis)
           
 void StyleVisitor.visit(Displacement dis)
          Called when accept is called on a displacement
 

Constructors in org.geotools.styling with parameters of type Displacement
PolygonSymbolizerImpl(Stroke stroke, Fill fill, Displacement disp, Expression offset, Unit<Length> uom, String geom, String name, Description desc)
           
 

Uses of Displacement in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return Displacement
 Displacement DisplacementBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type Displacement
 DisplacementBuilder<P> DisplacementBuilder.reset(Displacement displacement)
           
 

Uses of Displacement in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Displacement
protected  Displacement DuplicatingStyleVisitor.copy(Displacement displacement)
          Null safe copy of displacement.
 

Methods in org.geotools.styling.visitor with parameters of type Displacement
protected  Displacement DuplicatingStyleVisitor.copy(Displacement displacement)
          Null safe copy of displacement.
 void DuplicatingStyleVisitor.visit(Displacement dis)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.