Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
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.
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     
Fields inherited from org.apache.poi.ddf.EscherSimpleProperty:
propertyValue
Fields inherited from org.apache.poi.ddf.EscherProperty:
id
Constructor:
 public EscherShapePathProperty(short propertyNumber,
    int shapePath) 
Methods from org.apache.poi.ddf.EscherSimpleProperty:
equals,   getPropertyValue,   hashCode,   serializeComplexPart,   serializeSimplePart,   toString
Methods from org.apache.poi.ddf.EscherProperty:
getId,   getName,   getPropertyNumber,   getPropertySize,   isBlipId,   isComplex,   serializeComplexPart,   serializeSimplePart
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait