|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.value.Geometry
public class Geometry
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 |
---|
protected DRectangle bounds
Constructor Detail |
---|
public Geometry(DRectangle bounds)
public Geometry(double X, double Y, double width, double height)
Method Detail |
---|
public DRectangle getBounds()
public void setBounds(DRectangle value)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |