Class PieRecord

    • Constructor Detail

      • PieRecord

        public PieRecord()
    • 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.
      • getAnStart

        public short getAnStart()
        Get the start angle in degrees clockwise from the top of the circle.
      • setAnStart

        public void setAnStart​(short field_1_anStart)
        Set the format flags field for the Area record.
      • getPcDonut

        public short getPcDonut()
        Get the size of the center hole as a percentage of the plot area size (0 as Pie, 10 to 90 as Doughnut).
      • setPcDonut

        public void setPcDonut​(short field_2_pcDonut)
        Set the size of the center hole as a percentage of the plot area size (0 as Pie, 10 to 90 as Doughnut).
      • setShowLdrLines

        public void setShowLdrLines​(boolean value)
        Sets show leader lines for data labels.
      • isShowLdrLines

        public boolean isShowLdrLines()
        Whether show leader lines for data labels.
        Returns:
        Whether show leader lines for data labels.
      • 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.