public final class PieRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
PieRecord() |
PieRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
short |
getAnStart()
Get the start angle in degrees clockwise from the top of the circle.
|
protected int |
getDataSize() |
short |
getFormatFlags()
Get the format flags field for the Pie record.
|
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).
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isShadow()
display a shadow for the chart
|
boolean |
isShowLdrLines()
Whether show leader lines for data labels.
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setAnStart(short field_1_anStart)
Set the format flags field for the Area record.
|
void |
setFormatFlags(short field_3_formatFlags)
Set the format flags field for the Pie record.
|
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).
|
void |
setShadow(boolean value)
Sets the shadow field value.
|
void |
setShowLdrLines(boolean value)
Sets show leader lines for data labels.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public PieRecord()
public PieRecord(RecordInputStream in)
protected int getDataSize()
getDataSize
in class StandardRecord
public String toString()
Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
public short getSid()
Record
public short getFormatFlags()
public void setFormatFlags(short field_3_formatFlags)
public short getAnStart()
public void setAnStart(short field_1_anStart)
public short getPcDonut()
public void setPcDonut(short field_2_pcDonut)
public void setShowLdrLines(boolean value)
public boolean isShowLdrLines()
public void setShadow(boolean value)
public boolean isShadow()
Copyright © 2020. All rights reserved.