FileDocCategorySizeDatePackage
EscherShapePathProperty.javaAPI DocApache Poi 3.0.11561Mon Jan 01 12:39:40 GMT 2007org.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)

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