|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.AnchorPointImpl
DOCUMENT ME!
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 |
public AnchorPointImpl()
Method Detail |
public Expression getAnchorPointX()
getAnchorPointX
in interface AnchorPoint
public void setAnchorPointX(Expression anchorPointX)
setAnchorPointX
in interface AnchorPoint
anchorPointX
- New value of property anchorPointX.public Expression getAnchorPointY()
getAnchorPointY
in interface AnchorPoint
public void setAnchorPointY(Expression anchorPointY)
setAnchorPointY
in interface AnchorPoint
anchorPointY
- New value of property anchorPointY.public void accept(StyleVisitor visitor)
AnchorPoint
accept
in interface AnchorPoint
visitor
- the style visitorpublic java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
clone
in class AbstractGTComponent
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |