artofillusion.ui
Class NinePointManipulator.HandlePosition

java.lang.Object
  extended by artofillusion.ui.NinePointManipulator.HandlePosition
Enclosing class:
NinePointManipulator

public static class NinePointManipulator.HandlePosition
extends java.lang.Object

Instances of this class represent the nine handle positions.


Method Summary
 boolean isEast()
          Return true if this is the NE, E, or SE position.
 boolean isNorth()
          Return true if this is the NW, N, or NE position.
 boolean isSouth()
          Return true if this is the SW, S, or SE position.
 boolean isWest()
          Return true if this is the NW, W, or SW position.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isWest

public boolean isWest()
Return true if this is the NW, W, or SW position.


isEast

public boolean isEast()
Return true if this is the NE, E, or SE position.


isNorth

public boolean isNorth()
Return true if this is the NW, N, or NE position.


isSouth

public boolean isSouth()
Return true if this is the SW, S, or SE position.



Copyright © 1999-2011 by Peter Eastman.