public class AnchorPointImpl extends Object implements AnchorPoint, Cloneable
DEFAULT| Constructor and Description |
|---|
AnchorPointImpl() |
AnchorPointImpl(FilterFactory filterFactory)
Creates a new instance of DefaultAnchorPoint
|
AnchorPointImpl(FilterFactory filterFactory,
Expression x,
Expression y) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor
|
Object |
accept(StyleVisitor visitor,
Object data)
calls the visit method of a StyleVisitor
|
Object |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(Object obj) |
Expression |
getAnchorPointX()
Getter for property anchorPointX.
|
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(Expression anchorPointX)
Setter for property anchorPointX.
|
void |
setAnchorPointY(Expression anchorPointY)
Setter for property anchorPointY.
|
public AnchorPointImpl()
public AnchorPointImpl(FilterFactory filterFactory)
public AnchorPointImpl(FilterFactory filterFactory, Expression x, Expression y)
public Expression getAnchorPointX()
getAnchorPointX in interface AnchorPointpublic void setAnchorPointX(Expression anchorPointX)
anchorPointX - New value of property anchorPointX.public void setAnchorPointX(double x)
x - Literal value of property anchorPointXpublic Expression getAnchorPointY()
getAnchorPointY in interface AnchorPointpublic void setAnchorPointY(Expression anchorPointY)
anchorPointY - New value of property anchorPointY.public void getAnchorPointY(double x)
x - Literal value of property anchorPointXpublic void accept(StyleVisitor visitor)
AnchorPointvisitor - the style visitorpublic Object accept(StyleVisitor visitor, Object data)
AnchorPointaccept in interface AnchorPointvisitor - the style visitorpublic Object clone()
Cloneableclone in class ObjectObject.clone()Copyright © 1996–2019 Geotools. All rights reserved.