Uses of Class
rp1.rossum.RsRectangle

Packages that use RsRectangle
rp1.rossum Provides classes to be used as the basis of both the RP1 simulator and client applications. 
rp1.simulator Provides classes to be used for the RP1 simulator internals. 
 

Uses of RsRectangle in rp1.rossum
 

Fields in rp1.rossum declared as RsRectangle
 RsRectangle RsBody.refBounds
           
 

Methods in rp1.rossum that return RsRectangle
 RsRectangle RsPolygon.getBounds()
           
 RsRectangle RsPlan.getBounds()
           
 RsRectangle RsObject.getBounds()
           
 RsRectangle RsBody.getBounds()
           
 

Methods in rp1.rossum with parameters of type RsRectangle
 void RsRectangle.copy(RsRectangle r)
           
 boolean RsRectangle.intersects(RsRectangle r)
           
 void RsObject.setBounds(RsRectangle rectangle)
           
 void RsRectangle.union(RsRectangle r)
           
 

Constructors in rp1.rossum with parameters of type RsRectangle
RsRectangle(RsRectangle r)
           
 

Uses of RsRectangle in rp1.simulator
 

Methods in rp1.simulator that return RsRectangle
 RsRectangle SimPaintBox.paintAtTime(java.awt.Graphics g, RsTransform graphicsTransform, RsRectangle r, double time)
           
 

Methods in rp1.simulator with parameters of type RsRectangle
 RsRectangle SimPaintBox.paintAtTime(java.awt.Graphics g, RsTransform graphicsTransform, RsRectangle r, double time)