Uses of Interface
oo.PRYable

Uses of PRYable in oo
 

Classes in oo that implement PRYable
 class Mattress1
          A mattress and its orientations;  the mattress's state (its orientation) is implemented with three booleans.
 class Mattress2
          A mattress and its orientations;  state implemented as a single object of an inner class.
 class Mattress3
          A mattress and its orientations;  state implemented as a single object of an inner class.
 class Orientation
          An orientation of a mattress.
(package private)  class OrientationFLB
          Singleton class for the FLB orientation.
(package private)  class OrientationFRT
          Singleton class for the FRT orientation.
(package private)  class OrientationHLT
          Singleton class for the HLT orientation.
(package private)  class OrientationHRB
          Singleton class for the HRB orientation.
 

Methods in oo that return PRYable
 PRYable PRYable.pitch()
          Pitches the thing a half-turn (180 degrees).
 PRYable Mattress3.pitch()
           
 PRYable Mattress2.pitch()
           
 PRYable Mattress1.pitch()
           
 PRYable PRYable.roll()
          Rolls the thing a half-turn (180 degrees).
 PRYable Mattress3.roll()
           
 PRYable Mattress2.roll()
           
 PRYable Mattress1.roll()
           
 PRYable PRYable.yaw()
          Yaws the thing a half-turn (180 degrees).
 PRYable Mattress3.yaw()
           
 PRYable Mattress2.yaw()
           
 PRYable Mattress1.yaw()