|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.AnchorPointImpl
public class AnchorPointImpl
Direct implementation of AnchorPoint.
Field Summary |
---|
Fields inherited from interface org.geotools.styling.AnchorPoint |
---|
DEFAULT |
Constructor Summary | |
---|---|
AnchorPointImpl()
|
|
AnchorPointImpl(org.opengis.filter.FilterFactory filterFactory)
Creates a new instance of DefaultAnchorPoint |
|
AnchorPointImpl(org.opengis.filter.FilterFactory filterFactory,
org.opengis.filter.expression.Expression x,
org.opengis.filter.expression.Expression y)
|
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
java.lang.Object |
accept(org.opengis.style.StyleVisitor visitor,
java.lang.Object data)
|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
org.opengis.filter.expression.Expression |
getAnchorPointX()
Getter for property anchorPointX. |
org.opengis.filter.expression.Expression |
getAnchorPointY()
Getter for property anchorPointY. |
void |
getAnchorPointY(double x)
Define the anchor point. |
int |
hashCode()
|
void |
setAnchorPointX(double x)
Define the anchor point. |
void |
setAnchorPointX(org.opengis.filter.expression.Expression anchorPointX)
Setter for property anchorPointX. |
void |
setAnchorPointY(org.opengis.filter.expression.Expression anchorPointY)
Setter for property anchorPointY. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnchorPointImpl()
public AnchorPointImpl(org.opengis.filter.FilterFactory filterFactory)
public AnchorPointImpl(org.opengis.filter.FilterFactory filterFactory, org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
Method Detail |
---|
public org.opengis.filter.expression.Expression getAnchorPointX()
getAnchorPointX
in interface org.opengis.style.AnchorPoint
public void setAnchorPointX(org.opengis.filter.expression.Expression anchorPointX)
anchorPointX
- New value of property anchorPointX.public void setAnchorPointX(double x)
x
- Literal value of property anchorPointXpublic org.opengis.filter.expression.Expression getAnchorPointY()
getAnchorPointY
in interface org.opengis.style.AnchorPoint
public void setAnchorPointY(org.opengis.filter.expression.Expression anchorPointY)
anchorPointY
- New value of property anchorPointY.public void getAnchorPointY(double x)
x
- Literal value of property anchorPointXpublic void accept(StyleVisitor visitor)
AnchorPoint
visitor
- the style visitorpublic java.lang.Object accept(org.opengis.style.StyleVisitor visitor, java.lang.Object data)
accept
in interface org.opengis.style.AnchorPoint
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |