org.geotools.styling
Interface AnchorPoint

All Superinterfaces:
org.opengis.style.AnchorPoint

public interface AnchorPoint
extends org.opengis.style.AnchorPoint

An AnchorPoint identifies the location inside a label or graphic to use as an "anchor" for positioning it relative to a point geometry.

Version:
$Id: AnchorPoint.java 33898 2009-09-13 15:39:05Z jive $
Author:
Ian Turton

Field Summary
static AnchorPoint DEFAULT
           
 
Method Summary
 void accept(StyleVisitor visitor)
          calls the visit method of a StyleVisitor
 org.opengis.filter.expression.Expression getAnchorPointX()
          get the x coordinate of the anchor point
 void setAnchorPointX(org.opengis.filter.expression.Expression x)
          Set the X coordinate for the anchor point
 void setAnchorPointY(org.opengis.filter.expression.Expression y)
          set the Y coordinate for the anchor point
 
Methods inherited from interface org.opengis.style.AnchorPoint
accept, getAnchorPointY
 

Field Detail

DEFAULT

static final AnchorPoint DEFAULT
Method Detail

getAnchorPointX

org.opengis.filter.expression.Expression getAnchorPointX()
get the x coordinate of the anchor point

Specified by:
getAnchorPointX in interface org.opengis.style.AnchorPoint
Returns:
the expression which represents the X coordinate

setAnchorPointX

void setAnchorPointX(org.opengis.filter.expression.Expression x)
Set the X coordinate for the anchor point

Parameters:
x - an expression which represents the X coordinate

setAnchorPointY

void setAnchorPointY(org.opengis.filter.expression.Expression y)
set the Y coordinate for the anchor point

Parameters:
y - an expression which represents the Y coordinate

accept

void accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor

Parameters:
visitor - the style visitor


Copyright © 1996-2010 Geotools. All Rights Reserved.