All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.Dimension

java.lang.Object
   |
   +----com.bulletproof.gui.Dimension

public class Dimension
extends Object
A class to encapsulate a width and a height Dimension.


Constructor Index

 o Dimension(int, int)
Constructs a Dimension and initializes it to the specified width and specified height.

Method Index

 o getHeight()
Returns the height of this Dimension object.
 o getWidth()
Returns the width of this Dimension object.

Constructors

 o Dimension
 public Dimension(int width,
                  int height)
Constructs a Dimension and initializes it to the specified width and specified height.

Parameters:
width - the specified width dimension
height - the specified height dimension

Methods

 o getWidth
 public int getWidth()
Returns the width of this Dimension object.

 o getHeight
 public int getHeight()
Returns the height of this Dimension object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index