Class EscherShapePathProperty

All Implemented Interfaces:
GenericRecord

public class EscherShapePathProperty extends EscherSimpleProperty
Defines the constants for the various possible shape paths.
  • Field Details

  • Constructor Details

    • EscherShapePathProperty

      public EscherShapePathProperty(short propertyNumber, int shapePath)
      Create an instance of an escher shape path property.
      Parameters:
      propertyNumber - which property to handle
      shapePath - which shape path to handle
    • EscherShapePathProperty

      public EscherShapePathProperty(EscherPropertyTypes type, int shapePath)