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 AnchorPoint
public 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 AnchorPoint
public 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)
AnchorPoint
visitor
- the style visitorpublic Object accept(StyleVisitor visitor, Object data)
AnchorPoint
accept
in interface AnchorPoint
visitor
- the style visitorpublic Object clone()
Cloneable
clone
in class Object
Object.clone()
Copyright © 1996–2019 Geotools. All rights reserved.