|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtuosotechnologies.lib.swing.Size2D
An immutable alternative to Dimension2D
Nested Class Summary | |
static class |
Size2D.Double
Double implementation of Size2D |
static class |
Size2D.Float
Float implementation of Size2D |
static class |
Size2D.Int
Integer implementation of Size2D |
static class |
Size2D.Long
Long implementation of Size2D |
Constructor Summary | |
protected |
Size2D()
Constructor |
Method Summary | |
abstract double |
getHeightD()
Returns the height in double precision. |
abstract float |
getHeightF()
Returns the height in single precision. |
abstract int |
getHeightI()
Returns the height as an int. |
abstract long |
getHeightL()
Returns the height as a long. |
abstract double |
getWidthD()
Returns the width in double precision. |
abstract float |
getWidthF()
Returns the width in single precision. |
abstract int |
getWidthI()
Returns the width as an int. |
abstract long |
getWidthL()
Returns the width as a long. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Size2D()
Method Detail |
public abstract double getWidthD()
public abstract double getHeightD()
public abstract float getWidthF()
public abstract float getHeightF()
public abstract int getWidthI()
public abstract int getHeightI()
public abstract long getWidthL()
public abstract long getHeightL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |