org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class ObjectFill
java.lang.Object
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ObjectFill
public class ObjectFill
- extends Object
ObjectFill codes
- Version:
- CVS $Id: ObjectFill.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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 |
OBJECT_FILL_LINE
public static final int OBJECT_FILL_LINE
- See Also:
- Constant Field Values
OBJECT_FILL_ARROW
public static final int OBJECT_FILL_ARROW
- See Also:
- Constant Field Values
OBJECT_FILL_BOX
public static final int OBJECT_FILL_BOX
- See Also:
- Constant Field Values
OBJECT_FILL_OVAL
public static final int OBJECT_FILL_OVAL
- See Also:
- Constant Field Values
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-2010 The Apache Software Foundation. All Rights Reserved.