org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class Direction
java.lang.Object
|
+--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.Direction
- public class Direction
- extends java.lang.Object
Direction codes
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Method Summary |
static boolean |
isValid(int val)
Is this a valid direction? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTION_UNKNOWN
public static final int DIRECTION_UNKNOWN
DIRECTION_UP_RIGHT
public static final int DIRECTION_UP_RIGHT
DIRECTION_UP_LEFT
public static final int DIRECTION_UP_LEFT
DIRECTION_DOWN_RIGHT
public static final int DIRECTION_DOWN_RIGHT
DIRECTION_DOWN_LEFT
public static final int DIRECTION_DOWN_LEFT
isValid
public static boolean isValid(int val)
- Is this a valid direction?
- Parameters:
val
- value to be checked- Returns:
- true if valid, false otherwise
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.