org.geotools.styling
Class AnchorPointImpl

java.lang.Object
  extended byorg.geotools.styling.AnchorPointImpl
All Implemented Interfaces:
AnchorPoint, org.opengis.util.Cloneable, java.lang.Cloneable

public class AnchorPointImpl
extends java.lang.Object
implements AnchorPoint, org.opengis.util.Cloneable

Version:
$Id: AnchorPointImpl.java,v 1.7 2003/09/06 04:52:31 seangeo Exp $
Author:
Ian Turton, CCG

Constructor Summary
AnchorPointImpl()
          Creates a new instance of DefaultAnchorPoint
 
Method Summary
 void accept(StyleVisitor visitor)
          calls the visit method of a StyleVisitor
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 Expression getAnchorPointX()
          Getter for property anchorPointX.
 Expression getAnchorPointY()
          Getter for property anchorPointY.
 int hashCode()
           
 void setAnchorPointX(Expression anchorPointX)
          Setter for property anchorPointX.
 void setAnchorPointY(Expression anchorPointY)
          Setter for property anchorPointY.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnchorPointImpl

public AnchorPointImpl()
Creates a new instance of DefaultAnchorPoint

Method Detail

getAnchorPointX

public Expression getAnchorPointX()
Getter for property anchorPointX.

Specified by:
getAnchorPointX in interface AnchorPoint
Returns:
Value of property anchorPointX.

setAnchorPointX

public void setAnchorPointX(Expression anchorPointX)
Setter for property anchorPointX.

Specified by:
setAnchorPointX in interface AnchorPoint
Parameters:
anchorPointX - New value of property anchorPointX.

getAnchorPointY

public Expression getAnchorPointY()
Getter for property anchorPointY.

Specified by:
getAnchorPointY in interface AnchorPoint
Returns:
Value of property anchorPointY.

setAnchorPointY

public void setAnchorPointY(Expression anchorPointY)
Setter for property anchorPointY.

Specified by:
setAnchorPointY in interface AnchorPoint
Parameters:
anchorPointY - New value of property anchorPointY.

accept

public void accept(StyleVisitor visitor)
Description copied from interface: AnchorPoint
calls the visit method of a StyleVisitor

Specified by:
accept in interface AnchorPoint
Parameters:
visitor - the style visitor

clone

public java.lang.Object clone()
Specified by:
clone in interface org.opengis.util.Cloneable

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © GeoTools. All Rights Reserved.