|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAnchorPointImpl
public class AnchorPointImpl
Direct implementation of AnchorPoint.
modules/library/main (gt-main.jar)
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)
|
Object |
accept(StyleVisitor visitor,
Object data)
|
Object |
clone()
|
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)
public Object accept(StyleVisitor visitor, Object data)
accept
in interface AnchorPoint
public Object clone()
clone
in class Object
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 |