org.apache.poi.ddf
Class EscherShapePathProperty
java.lang.Object
org.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
org.apache.poi.ddf.EscherShapePathProperty
public class EscherShapePathProperty
- extends EscherSimpleProperty
Defines the constants for the various possible shape paths.
- Author:
- Glen Stampoultzis (glens at apache.org)
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LINE_OF_STRAIGHT_SEGMENTS
public static final int LINE_OF_STRAIGHT_SEGMENTS
- See Also:
- Constant Field Values
CLOSED_POLYGON
public static final int CLOSED_POLYGON
- See Also:
- Constant Field Values
CURVES
public static final int CURVES
- See Also:
- Constant Field Values
CLOSED_CURVES
public static final int CLOSED_CURVES
- See Also:
- Constant Field Values
COMPLEX
public static final int COMPLEX
- See Also:
- Constant Field Values
EscherShapePathProperty
public EscherShapePathProperty(short propertyNumber,
int shapePath)
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.