com.notuvy.image
Class Orientation.Up

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

public static class Orientation.Up
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.Up()
           
 
Method Summary
protected  boolean equalsOrientation(Orientation pOrientation)
           
protected  boolean equalsUp(Orientation pOrientation)
           
 boolean isUp()
           
 Orientation rotateLeft()
           
 Orientation rotateRight()
           
 String toString()
           
 
Methods inherited from class com.notuvy.image.Orientation
equals, equalsDown, equalsLeft, equalsRight, isDown, isLeft, isRight
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Orientation.Up

public Orientation.Up()
Method Detail

equalsOrientation

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

equalsUp

protected boolean equalsUp(Orientation pOrientation)
Overrides:
equalsUp 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

isUp

public boolean isUp()
Overrides:
isUp in class Orientation


Copyright © 2013. All Rights Reserved.