com.notuvy.image
Class Orientation.Right

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

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

Constructor Detail

Orientation.Right

public Orientation.Right()
Method Detail

equalsOrientation

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

equalsRight

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

isRight

public boolean isRight()
Overrides:
isRight in class Orientation


Copyright © 2013. All Rights Reserved.