com.notuvy.image
Class Orientation.Left

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

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

Constructor Detail

Orientation.Left

public Orientation.Left()
Method Detail

equalsOrientation

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

equalsLeft

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

isLeft

public boolean isLeft()
Overrides:
isLeft in class Orientation


Copyright © 2013. All Rights Reserved.