public final class LineRecord extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
LineRecord() |
LineRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected int |
getDataSize() |
short |
getFormatFlags()
Get the format flags field for the Pie record.
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isPercent()
whether to show data points as a percentage of the sum of all data point in a category.
|
boolean |
isShadow()
display a shadow for the chart
|
boolean |
isStacked()
whether stack data points in a category.
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setFormatFlags(short field_3_formatFlags)
Set the format flags field for the Pie record.
|
void |
setPercent(boolean value)
Sets percent field value.
|
void |
setShadow(boolean value)
Sets the shadow field value.
|
void |
setStacked(boolean value)
Sets the stacked field value.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public LineRecord()
public LineRecord(RecordInputStream in)
protected int getDataSize()
getDataSize in class StandardRecordpublic String toString()
Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordpublic short getSid()
Recordpublic short getFormatFlags()
public void setFormatFlags(short field_3_formatFlags)
public void setPercent(boolean value)
public boolean isPercent()
public void setStacked(boolean value)
public boolean isStacked()
public void setShadow(boolean value)
public boolean isShadow()
Copyright © 2020. All rights reserved.