Class DrawingGroupRecord

    • Constructor Detail

      • DrawingGroupRecord

        public DrawingGroupRecord()
    • Method Detail

      • setMaxRecordSize

        public static void setMaxRecordSize​(int size)
        Parameters:
        size - the max record size allowed for DrawingGroupRecord
      • getMaxRecordSize

        public static int getMaxRecordSize()
        Returns:
        the max record size allowed for DrawingGroupRecord
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class AbstractEscherHolderRecord
        Returns:
        he id for this record
      • serialize

        public int serialize​(int offset,
                             byte[] data)
        Description copied from class: RecordBase
        called by the class that is responsible for writing this sucker. Subclasses should implement this so that their data is passed back in a byte array.
        Overrides:
        serialize in class AbstractEscherHolderRecord
        Parameters:
        offset - to begin writing at
        data - byte array containing instance data
        Returns:
        number of bytes written
      • getRecordSize

        public int getRecordSize()
        Description copied from class: RecordBase
        gives the current serialized size of the record. Should include the sid and reclength (4 bytes).
        Overrides:
        getRecordSize in class AbstractEscherHolderRecord
        Returns:
        the record size