File
Doc
Category
Size
Date
Package
EscherShapePathProperty.java
API Doc
Apache Poi 3.0.1
1561
Mon Jan 01 12:39:40 GMT 2007
org.apache.poi.ddf
EscherShapePathProperty
java.lang.Object
org.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
public class EscherShapePathProperty extends EscherSimpleProperty
Defines the constants for the various possible shape paths.
author
Glen Stampoultzis (glens at apache.org)
Fields 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
Constructors Summary
public EscherShapePathProperty
(
short
propertyNumber,
int
shapePath)
super( propertyNumber, false, false, shapePath );
Methods Summary
Java Code Source