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 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 StyleFactoryImpl2.anchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleFactoryImpl.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 StyleFactoryImpl.createAnchorPoint(Expression x, Expression y)
           
 AnchorPoint StyleBuilder.createAnchorPoint(Expression x, Expression y)
          wrapper round Stylefactory Method
abstract  AnchorPoint AbstractStyleFactory.createAnchorPoint(Expression x, Expression y)
           
 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.
 AnchorPoint GraphicLegend.getAnchorPoint()
           
 AnchorPoint Graphic.getAnchorPoint()
          Location inside of the Graphic (or Label) to position the main-geometry point.
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 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 GraphicImpl.setAnchorPoint(AnchorPoint anchor)
           
 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.builder
 

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

Methods in org.geotools.styling.builder with parameters of type AnchorPoint
 ExternalGraphicBuilder<P> ExternalGraphicBuilder.reset(AnchorPoint original)
           
 ColorMapBuilder<P> ColorMapBuilder.reset(AnchorPoint original)
           
 ChannelSelectionBuilder<P> ChannelSelectionBuilder.reset(AnchorPoint original)
           
 AnchorPointBuilder<P> AnchorPointBuilder.reset(AnchorPoint anchorPoint)
           
 

Constructors in org.geotools.styling.builder with parameters of type AnchorPoint
ChannelSelectionBuilder(AnchorPoint anchorPoint)
           
ColorMapBuilder(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-2009 Geotools. All Rights Reserved.