Uses of Class
rp1.rossum.RsWheel

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

Uses of RsWheel in rp1.rossum
 

Subclasses of RsWheel in rp1.rossum
 class RsWheelCaster
          A class used to represent caster wheels, generally stored in the collection elements of the RsWheelSystem.
 

Methods in rp1.rossum that return RsWheel
 RsWheel RsWheelSystem.getWheelForID(int wheelID)
           
 RsWheel[] RsWheelSystem.getWheels()
           
 

Methods in rp1.rossum with parameters of type RsWheel
 void RsWheelSystem.addWheel(RsWheel w)