|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtuosotechnologies.lib.swing.Location2D
An immutable alternative to Point2D
Nested Class Summary | |
static class |
Location2D.Double
Double implementation of Location2D |
static class |
Location2D.Float
Float implementation of Location2D |
static class |
Location2D.Int
Integer implementation of Location2D |
static class |
Location2D.Long
Long implementation of Location2D |
Constructor Summary | |
protected |
Location2D()
Constructor |
Method Summary | |
abstract double |
getXD()
Returns the x in double precision. |
abstract float |
getXF()
Returns the x in single precision. |
abstract int |
getXI()
Returns the x as an int. |
abstract long |
getXL()
Returns the x as a long. |
abstract double |
getYD()
Returns the y in double precision. |
abstract float |
getYF()
Returns the y in single precision. |
abstract int |
getYI()
Returns the y as an int. |
abstract long |
getYL()
Returns the y as a long. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Location2D()
Method Detail |
public abstract double getXD()
public abstract double getYD()
public abstract float getXF()
public abstract float getYF()
public abstract int getXI()
public abstract int getYI()
public abstract long getXL()
public abstract long getYL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |