com.notuvy.image
Class Orientation.Down

java.lang.Object
  extended by com.notuvy.image.Orientation
      extended by com.notuvy.image.Orientation.Down
Enclosing class:
Orientation

public static class Orientation.Down
extends Orientation


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.image.Orientation
Orientation.Down, Orientation.Left, Orientation.Right, Orientation.Up
 
Field Summary
 
Fields inherited from class com.notuvy.image.Orientation
DOWN, LEFT, RIGHT, UP
 
Constructor Summary
Orientation.Down()
           
 
Method Summary
protected  boolean equalsDown(Orientation pOrientation)
           
protected  boolean equalsOrientation(Orientation pOrientation)
           
 boolean isDown()
           
 Orientation rotateLeft()
           
 Orientation rotateRight()
           
 String toString()
           
 
Methods inherited from class com.notuvy.image.Orientation
equals, equalsLeft, equalsRight, equalsUp, isLeft, isRight, isUp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Orientation.Down

public Orientation.Down()
Method Detail

equalsOrientation

protected boolean equalsOrientation(Orientation pOrientation)
Specified by:
equalsOrientation in class Orientation

equalsDown

protected boolean equalsDown(Orientation pOrientation)
Overrides:
equalsDown in class Orientation

rotateRight

public Orientation rotateRight()
Specified by:
rotateRight in class Orientation

rotateLeft

public Orientation rotateLeft()
Specified by:
rotateLeft in class Orientation

toString

public String toString()
Overrides:
toString in class Object

isDown

public boolean isDown()
Overrides:
isDown in class Orientation


Copyright © 2013. All Rights Reserved.