public class LayoutPoint extends Object
Constructor and Description |
---|
LayoutPoint(float x,
float y) |
Modifier and Type | Method and Description |
---|---|
LayoutPoint |
copy() |
void |
move(float x,
float y) |
void |
setX(float x) |
void |
setY(float y) |
void |
shift(LayoutPoint offset) |
void |
shiftY(float offset) |
String |
toString() |
LayoutPoint |
transposedPoint() |
void |
unshift(LayoutPoint offset) |
float |
x() |
float |
y() |
public void setX(float x)
public void setY(float y)
public float x()
public float y()
public void move(float x, float y)
public void shift(LayoutPoint offset)
public void unshift(LayoutPoint offset)
public void shiftY(float offset)
public LayoutPoint transposedPoint()
public LayoutPoint copy()
Revision 4.0.15 / 20220727-0149