|
iRex DR1000 Manager v0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.andynaz.irex.dr1000.scribble.Stroke.Point
public class Stroke.Point
A point. A point is made of two int coordinates, 'x' and 'y', and both can be retrived in their absolute or scaled values.
Field Summary | |
---|---|
private int |
x
|
private int |
y
|
Constructor Summary | |
---|---|
Stroke.Point(int x,
int y)
Creates a new point. |
Method Summary | |
---|---|
float |
getScaledX()
Return the scaled value of the 'y' coordinate of this point. |
float |
getScaledY()
Return the scaled value of the 'y' coordinate of this point. |
int |
getX()
Returns the 'x' coordinate of this point. |
int |
getY()
Returns the 'y' coordinate of this point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int x
private int y
Constructor Detail |
---|
Stroke.Point(int x, int y)
x
- 'x' coordinate of the pointy
- 'y' coordinate of the pointMethod Detail |
---|
public int getX()
public int getY()
public float getScaledX()
public float getScaledY()
|
iRex DR1000 Manager v0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |