|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.swing.Location2D
com.virtuosotechnologies.lib.swing.Location2D.Float
Float implementation of Location2D
| Nested Class Summary |
| Nested classes inherited from class com.virtuosotechnologies.lib.swing.Location2D |
Location2D.Double, Location2D.Float, Location2D.Int, Location2D.Long |
| Constructor Summary | |
Location2D.Float()
Constructor. |
|
Location2D.Float(float x,
float y)
Constructor |
|
Location2D.Float(Location2D orig)
Constructor that takes a Location2D |
|
| Method Summary | |
Object |
clone()
|
boolean |
equals(Object obj)
|
double |
getXD()
Returns the x in double precision. |
float |
getXF()
Returns the x in single precision. |
int |
getXI()
Returns the x as an int. |
long |
getXL()
Returns the x as a long. |
double |
getYD()
Returns the y in double precision. |
float |
getYF()
Returns the y in single precision. |
int |
getYI()
Returns the y as an int. |
long |
getYL()
Returns the y as a long. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Location2D.Float(float x,
float y)
x - xy - ypublic Location2D.Float()
public Location2D.Float(Location2D orig)
orig - original object| Method Detail |
public double getXD()
Location2D
getXD in class Location2Dpublic double getYD()
Location2D
getYD in class Location2Dpublic float getXF()
Location2D
getXF in class Location2Dpublic float getYF()
Location2D
getYF in class Location2Dpublic int getXI()
Location2D
getXI in class Location2Dpublic int getYI()
Location2D
getYI in class Location2Dpublic long getXL()
Location2D
getXL in class Location2Dpublic long getYL()
Location2D
getYL in class Location2Dpublic Object clone()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||