com.threerings.opengl.gui.util
Class Dimension
java.lang.Object
com.threerings.opengl.gui.util.Dimension
public class Dimension
- extends Object
Represents the size of a component.
|
Field Summary |
int |
height
The height of the entity in question. |
int |
width
The width of the entity in question. |
width
public int width
- The width of the entity in question.
height
public int height
- The height of the entity in question.
Dimension
public Dimension(int width,
int height)
Dimension
public Dimension(Dimension other)
Dimension
public Dimension()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.