org.geotools.styling
Class AnchorPointImpl

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

public class AnchorPointImpl
extends AbstractGTComponent
implements AnchorPoint, org.opengis.util.Cloneable

DOCUMENT ME!

Version:
$Id: AnchorPointImpl.java 18021 2006-02-14 20:36:18Z jdeolive $
Author:
Ian Turton, CCG

Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
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 org.geotools.event.AbstractGTComponent
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

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
Overrides:
clone in class AbstractGTComponent

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © GeoTools. All Rights Reserved.