com.steema.teechart
Class Dimension

java.lang.Object
  extended by com.steema.teechart.Dimension

public class Dimension
extends java.lang.Object


Field Summary
 int height
           
 int width
           
 
Constructor Summary
Dimension(int w, int h)
           
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 void setSize(double w, double h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public int height

width

public int width
Constructor Detail

Dimension

public Dimension(int w,
                 int h)
Method Detail

getHeight

public double getHeight()

getWidth

public double getWidth()

setSize

public void setSize(double w,
                    double h)