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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of AnchorPoint in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type AnchorPoint
 void OpacityFinder.visit(AnchorPoint ap)
           
 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.styling
 

Fields in org.geotools.styling declared as AnchorPoint
static AnchorPoint AnchorPoint.DEFAULT
           
 

Methods in org.geotools.styling that return AnchorPoint
 AnchorPoint StyleFactoryImpl.anchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactoryImpl2.anchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactory.anchorPoint(Expression x, Expression y)
          Indicate what part of a Graphic is used to mark the location.
 AnchorPoint StyleBuilder.createAnchorPoint(double x, double y)
          wrapper round Stylefactory Method
 AnchorPoint StyleBuilder.createAnchorPoint(Expression x, Expression y)
          wrapper round Stylefactory Method
 AnchorPoint StyleFactoryImpl.createAnchorPoint(Expression x, Expression y)
           
abstract  AnchorPoint AbstractStyleFactory.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactory.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint GraphicLegend.getAnchorPoint()
           
 AnchorPoint Graphic.getAnchorPoint()
          Location inside of the Graphic (or Label) to position the main-geometry point.
 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.
protected  AnchorPoint SLDParser.parseAnchorPoint(Node root)
          Internal method to parse an AnchorPoint node; protected visibility for testing.
 

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

Uses of AnchorPoint in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return AnchorPoint
 AnchorPoint AnchorPointBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type AnchorPoint
 AnchorPointBuilder AnchorPointBuilder.reset(AnchorPoint anchorPoint)
           
 

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-2014 Geotools. All Rights Reserved.