com.steema.teechart
Class Rect

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

public class Rect
extends java.lang.Object


Constructor Summary
Rect()
           
 
Method Summary
 int Height()
           
 void Height(int value)
           
 int Width()
           
 void Width(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rect

public Rect()
Method Detail

Width

public int Width()

Width

public void Width(int value)

Height

public int Height()

Height

public void Height(int value)