Class SeriesListRecord


  • public final class SeriesListRecord
    extends StandardRecord
    SERIESLIST (0x1016)

    The series list record defines the series displayed as an overlay to the main chart record.

    (As with all chart related records, documentation is lacking. See ChartRecord for more details)

    • Constructor Detail

      • SeriesListRecord

        public SeriesListRecord​(short[] seriesNumbers)
    • 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
      • getSeriesNumbers

        public short[] getSeriesNumbers()
        Get the series numbers field for the SeriesList record.