Class PlotAreaRecord


  • public final class PlotAreaRecord
    extends StandardRecord
    preceeds and identifies a frame as belonging to the plot area.
    • Constructor Detail

      • PlotAreaRecord

        public PlotAreaRecord()
      • PlotAreaRecord

        public PlotAreaRecord​(RecordInputStream in)
        Parameters:
        in - unused (since this record has no data)
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • 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 Record
        Returns:
        he id for this record
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record