Class EscherShapePathProperty

  • All Implemented Interfaces:
    GenericRecord

    public class EscherShapePathProperty
    extends EscherSimpleProperty
    Defines the constants for the various possible shape paths.
    • Constructor Detail

      • 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)