Package loci.poi.ddf
Class EscherShapePathProperty
java.lang.Object
loci.poi.ddf.EscherProperty
loci.poi.ddf.EscherSimpleProperty
loci.poi.ddf.EscherShapePathProperty
Defines the constants for the various possible shape paths.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class loci.poi.ddf.EscherSimpleProperty
propertyValueFields inherited from class loci.poi.ddf.EscherProperty
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class loci.poi.ddf.EscherSimpleProperty
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toStringMethods inherited from class loci.poi.ddf.EscherProperty
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex
-
Field Details
-
LINE_OF_STRAIGHT_SEGMENTS
public static final int LINE_OF_STRAIGHT_SEGMENTS- See Also:
-
CLOSED_POLYGON
public static final int CLOSED_POLYGON- See Also:
-
CURVES
public static final int CURVES- See Also:
-
CLOSED_CURVES
public static final int CLOSED_CURVES- See Also:
-
COMPLEX
public static final int COMPLEX- See Also:
-
-
Constructor Details
-
EscherShapePathProperty
public EscherShapePathProperty(short propertyNumber, int shapePath)
-