|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtgl.core.JTGLDimension
public class JTGLDimension
Represents an inmutable 2D Dimension
Constructor Summary | |
---|---|
JTGLDimension(int width,
int height)
Creates a new instance of JTGLDimension |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getHeight()
|
int |
getWidth()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JTGLDimension(int width, int height)
Method Detail |
---|
public int getWidth()
public int getHeight()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |