Class Chart3DRecord

    • Constructor Detail

      • Chart3DRecord

        public Chart3DRecord()
    • 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_6_formatFlags)
        Set the format flags field for the Pie record.
      • getAnRot

        public short getAnRot()
        Get the rotation angle in degrees around a vertical line clockwise.
      • setAnRot

        public void setAnRot​(short field_1_anRot)
        Get the rotation angle in degrees around a vertical line clockwise.
      • getAnElev

        public short getAnElev()
        Get the rotation angle in degrees around a horizontal line clockwise.
      • setAnElev

        public void setAnElev​(short field_2_anElev)
        Set the rotation angle in degrees around a horizontal line clockwise.
      • setDist

        public void setDist​(short field_3_pcDist)
        Sets view angle in degree(0 ~ 200).
      • getDist

        public short getDist()
        Gets view angle in degree(0 ~ 200).
      • setHeight

        public void setHeight​(short field_4_pcHeight)
        Sets thick of the Pie chart; or height in percentage to the widht of its plot area(0 ~ 500).
      • getHeight

        public short getHeight()
        Gets thick of the Pie chart; or height in percentage to the width of its plot area(0 ~ 500).
      • setDepth

        public void setDepth​(short field_5_depth)
        Sets depth in percentage to the width of its plot area.(1 ~ 200).
      • getDepth

        public short getDepth()
        Gets depth in percentage to the width of its plot area.(1 ~ 200).
      • setGap

        public void setGap​(short field_6_gap)
        Sets gap in percentage to the width of its plot area.
      • getGap

        public short getGap()
        Gets gap in percentage to the width of its plot area.
      • setPerspective

        public void setPerspective​(boolean value)
        Sets the perspective field value.
      • isPerspective

        public boolean isPerspective()
        Returns:
        the perspective field value.
      • setCluster

        public void setCluster​(boolean value)
        Sets the cluster field value.
      • isCluster

        public boolean isCluster()
        Returns:
        the cluster field value.
      • setScaling

        public void setScaling​(boolean value)
        Sets the 3dscaling field value.
      • isScaling

        public boolean isScaling()
        Returns:
        the perspective field value.
      • setNotPie

        public void setNotPie​(boolean value)
        Sets the notpie field value.
      • isNotPie

        public boolean isNotPie()
        Returns:
        the notpie field value.
      • setWalls2D

        public void setWalls2D​(boolean value)
        Sets the notpie field value.
      • isWalls2D

        public boolean isWalls2D()
        Returns:
        the notpie field value.