|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.graph.AnchoredElement
public abstract class AnchoredElement
| Field Summary | |
|---|---|
protected double |
x
|
protected double |
y
|
| Constructor Summary | |
|---|---|
AnchoredElement()
|
|
| Method Summary | |
|---|---|
double |
getX()
|
double |
getY()
|
void |
setX(double x)
|
void |
setY(double y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double x
protected double y
| Constructor Detail |
|---|
public AnchoredElement()
| Method Detail |
|---|
public double getX()
public double getY()
public void setX(double x)
x - The x to set.public void setY(double y)
y - The y to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||