org.apache.poi.ddf
public class: EscherShapePathProperty [javadoc |
source]
java.lang.Object
org.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
org.apache.poi.ddf.EscherShapePathProperty
Defines the constants for the various possible shape paths.
- author:
Glen - Stampoultzis (glens at apache.org)
| Field Summary |
|---|
| public static final int | LINE_OF_STRAIGHT_SEGMENTS | |
| public static final int | CLOSED_POLYGON | |
| public static final int | CURVES | |
| public static final int | CLOSED_CURVES | |
| public static final int | COMPLEX | |