Uses of Interface
org.geotools.styling.AnchorPoint

Packages that use AnchorPoint
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

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
          DOCUMENT ME!
 

Methods in org.geotools.styling that return AnchorPoint
 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.
abstract  AnchorPoint AbstractStyleFactory.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactoryImpl.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleBuilder.createAnchorPoint(double x, double y)
          wrapper round Stylefactory Method
 AnchorPoint StyleBuilder.createAnchorPoint(Expression x, Expression y)
          wrapper round Stylefactory Method
 AnchorPoint StyleFactory.createAnchorPoint(Expression x, Expression y)
           
 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
 void XMLEncoder.visit(AnchorPoint ap)
          Deprecated.  
 void PointPlacementImpl.setAnchorPoint(AnchorPoint anchorPoint)
          Setter for property anchorPoint.
abstract  PointPlacement AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 PointPlacement StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 void StyleAttributeExtractor.visit(AnchorPoint ap)
           
 PointPlacement StyleBuilder.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
          wrapper round Stylefactory Method
 PointPlacement StyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
           
 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 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 with parameters of type AnchorPoint
 void DuplicatorStyleVisitor.visit(AnchorPoint ap)
           
 



Copyright © GeoTools. All Rights Reserved.