com.threerings.opengl.gui.util
Class Dimension

java.lang.Object
  extended by 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.
 
Constructor Summary
Dimension()
           
Dimension(Dimension other)
           
Dimension(int width, int height)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width

public int width
The width of the entity in question.


height

public int height
The height of the entity in question.

Constructor Detail

Dimension

public Dimension(int width,
                 int height)

Dimension

public Dimension(Dimension other)

Dimension

public Dimension()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.