IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.value
Class Geometry

java.lang.Object
  extended by com.rational.test.ft.value.Geometry

public class Geometry
extends java.lang.Object


Field Summary
protected  DRectangle bounds
           
 
Constructor Summary
Geometry(double X, double Y, double width, double height)
           
Geometry(DRectangle bounds)
           
 
Method Summary
 DRectangle getBounds()
           
 void setBounds(DRectangle value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bounds

protected DRectangle bounds
Constructor Detail

Geometry

public Geometry(DRectangle bounds)

Geometry

public Geometry(double X,
                double Y,
                double width,
                double height)
Method Detail

getBounds

public DRectangle getBounds()

setBounds

public void setBounds(DRectangle value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object