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

Project Version 2.3

Uses of Class
com.rational.test.ft.value.DRectangle

Packages that use DRectangle
com.rational.test.ft.value   
 

Uses of DRectangle in com.rational.test.ft.value
 

Fields in com.rational.test.ft.value declared as DRectangle
protected  DRectangle Geometry.bounds
           
 

Methods in com.rational.test.ft.value that return DRectangle
 DRectangle Geometry.getBounds()
           
 

Methods in com.rational.test.ft.value with parameters of type DRectangle
 void Geometry.setBounds(DRectangle value)
           
 

Constructors in com.rational.test.ft.value with parameters of type DRectangle
Geometry(DRectangle bounds)