Class LineRecord

    • Constructor Detail

      • LineRecord

        public LineRecord()
    • Method Detail

      • serialize

        public void serialize​(LittleEndianOutput out)
        Description copied from class: StandardRecord
        Write the data content of this BIFF record. The 'ushort sid' and 'ushort size' header fields have already been written by the superclass.

        The number of bytes written must equal the record size reported by RecordBase.getRecordSize()} minus four ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written by their superclass).

        Specified by:
        serialize in class StandardRecord
        Parameters:
        out - the output object
      • 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
      • getFormatFlags

        public short getFormatFlags()
        Get the format flags field for the Pie record.
      • setFormatFlags

        public void setFormatFlags​(short field_3_formatFlags)
        Set the format flags field for the Pie record.
      • setPercent

        public void setPercent​(boolean value)
        Sets percent field value. whether to show data points as a percentage of the sum of all data point in a category.
      • isPercent

        public boolean isPercent()
        whether to show data points as a percentage of the sum of all data point in a category.
        Returns:
        the percent field value.
      • setStacked

        public void setStacked​(boolean value)
        Sets the stacked field value. whether stack data points in a category.
      • isStacked

        public boolean isStacked()
        whether stack data points in a category.
        Returns:
        the stacked field value.
      • setShadow

        public void setShadow​(boolean value)
        Sets the shadow field value. display a shadow for the chart
      • isShadow

        public boolean isShadow()
        display a shadow for the chart
        Returns:
        the shadow field value.