oo
Class FlipPITCH

java.lang.Object
  extended by oo.Flip
      extended by oo.FlipPITCH

 class FlipPITCH
extends Flip

Package-private singleton class for a pitch.


Field Summary
 
Fields inherited from class oo.Flip
NULL, PITCH, ROLL, YAW
 
Constructor Summary
FlipPITCH()
          Package private constructor for pitch.
 
Method Summary
(package private)  Flip composedWith(FlipNULL _other)
          Package-private method composing this flip with a null flip.
(package private)  Flip composedWith(FlipPITCH _other)
          Package-private method composing this flip with a FlipPITCH.
(package private)  Flip composedWith(FlipROLL _other)
          Package-private method composing this flip with a FlipROLL.
(package private)  Flip composedWith(FlipYAW _other)
          Package-private method composing this flip with a FlipYAW.
 Flip composeWith(Flip _other)
          Composes this flip with _other, resulting in a flip. 
 Orientation flip(Orientation _initial)
          Applies this flip to an orientation, producing an orientation. 
 java.lang.String toString()
          The flip's name (null, pitch, roll, or yaw).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlipPITCH

FlipPITCH()
Package private constructor for pitch.

Method Detail

toString

public java.lang.String toString()
Description copied from class: Flip
The flip's name (null, pitch, roll, or yaw).

Specified by:
toString in class Flip

composedWith

Flip composedWith(FlipNULL _other)
Description copied from class: Flip
Package-private method composing this flip with a null flip.

Specified by:
composedWith in class Flip
Returns:
This flip.

composedWith

Flip composedWith(FlipPITCH _other)
Description copied from class: Flip
Package-private method composing this flip with a FlipPITCH.

Specified by:
composedWith in class Flip
Returns:
Flip.NULL.

composedWith

Flip composedWith(FlipROLL _other)
Description copied from class: Flip
Package-private method composing this flip with a FlipROLL.

Specified by:
composedWith in class Flip
Returns:
Flip.YAW.

composedWith

Flip composedWith(FlipYAW _other)
Description copied from class: Flip
Package-private method composing this flip with a FlipYAW.

Specified by:
composedWith in class Flip
Returns:
Flip.ROLL.

composeWith

public Flip composeWith(Flip _other)
Description copied from class: Flip
Composes this flip with _other, resulting in a flip. 

Specified by:
composeWith in class Flip

flip

public Orientation flip(Orientation _initial)
Description copied from class: Flip
Applies this flip to an orientation, producing an orientation. 

Specified by:
flip in class Flip