com.pdfjet
Class Dimension

java.lang.Object
  extended by com.pdfjet.Dimension

public class Dimension
extends java.lang.Object

Encapsulates the width and height of a component.


Constructor Summary
Dimension(float width, float height)
          Constructor for creating dimension objects.
 
Method Summary
 float getHeight()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension(float width,
                 float height)
Constructor for creating dimension objects.

Parameters:
width - the width.
height - the height.
Method Detail

getWidth

public float getWidth()

getHeight

public float getHeight()