public class EscherShapePathProperty extends EscherSimpleProperty
Modifier and Type | Field and Description |
---|---|
static int |
CLOSED_CURVES |
static int |
CLOSED_POLYGON |
static int |
COMPLEX |
static int |
CURVES |
static int |
LINE_OF_STRAIGHT_SEGMENTS |
Constructor and Description |
---|
EscherShapePathProperty(EscherPropertyTypes type,
int shapePath) |
EscherShapePathProperty(short propertyNumber,
int shapePath)
Create an instance of an escher shape path property.
|
equals, getGenericProperties, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart
getGenericChildren, getGenericRecordType, getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex, toString, toXml
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
public EscherShapePathProperty(short propertyNumber, int shapePath)
propertyNumber
- shapePath
- public EscherShapePathProperty(EscherPropertyTypes type, int shapePath)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.