|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAnchorPointImpl
public class AnchorPointImpl
Direct implementation of AnchorPoint.
Field Summary |
---|
Fields inherited from interface AnchorPoint |
---|
DEFAULT |
Constructor Summary | |
---|---|
AnchorPointImpl()
|
|
AnchorPointImpl(FilterFactory filterFactory)
Creates a new instance of DefaultAnchorPoint |
|
AnchorPointImpl(FilterFactory filterFactory,
Expression x,
Expression y)
|
Method Summary | |
---|---|
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. |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnchorPointImpl()
public AnchorPointImpl(FilterFactory filterFactory)
public AnchorPointImpl(FilterFactory filterFactory, Expression x, Expression y)
Method Detail |
---|
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()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |