Uses of Interface
org.geotools.styling.AnchorPoint

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

Uses of AnchorPoint in org.geotools.renderer.lite
 

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

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

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

Uses of AnchorPoint in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type AnchorPoint
 void OpacityFinder.visit(AnchorPoint ap)
           
 

Uses of AnchorPoint in org.geotools.styling
 

Classes in org.geotools.styling that implement AnchorPoint
 class AnchorPointImpl
          Direct implementation of AnchorPoint.
 

Methods in org.geotools.styling that return AnchorPoint
 AnchorPoint StyleBuilder.createAnchorPoint(double x, double y)
          wrapper round Stylefactory Method
abstract  AnchorPoint AbstractStyleFactory.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleBuilder.createAnchorPoint(Expression x, Expression y)
          wrapper round Stylefactory Method
 AnchorPoint StyleFactoryImpl.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactory.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint PointPlacementImpl.getAnchorPoint()
          Returns the AnchorPoint which identifies the location inside a text label to use as an "anchor" for positioning it relative to a point geometry.
 AnchorPoint PointPlacement.getAnchorPoint()
          Returns the AnchorPoint which identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.
 

Methods in org.geotools.styling with parameters of type AnchorPoint
abstract  PointPlacement AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 PointPlacement StyleBuilder.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
          wrapper round Stylefactory Method
 PointPlacement StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 PointPlacement StyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 void PointPlacementImpl.setAnchorPoint(AnchorPoint anchorPoint)
          Setter for property anchorPoint.
 void PointPlacement.setAnchorPoint(AnchorPoint anchorPoint)
          sets the AnchorPoint which identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.
 void StyleAttributeExtractor.visit(AnchorPoint ap)
           
 void StyleVisitor.visit(AnchorPoint ap)
          Called when accept is called on a anchor point
 

Uses of AnchorPoint in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return AnchorPoint
protected  AnchorPoint DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
          Null safe copy of anchor point.
 

Methods in org.geotools.styling.visitor with parameters of type AnchorPoint
protected  AnchorPoint DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
          Null safe copy of anchor point.
 void DuplicatingStyleVisitor.visit(AnchorPoint ap)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.