public final class ScatterRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
ScatterRecord() |
ScatterRecord(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 |
getRatio()
Get the ratio to show the bubble to their default size.
|
short |
getSid()
return the non static version of the id for this record.
|
short |
getSize()
Get how the default size of the data points represents the value:
1 means the data point represents the value; 2 means width of the data point represent the value.
|
boolean |
isBubbles()
whether this is a scatter chart(false) or bubble chart(true).
|
boolean |
isNegBubbles()
Whether show negative data points bubble.
|
boolean |
isShadow()
display a shadow for the chart
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setBubbles(boolean value)
Sets the bubbles field value.
|
void |
setFormatFlags(short field_3_formatFlags)
Set the format flags field for the Pie record.
|
void |
setNegBubbles(boolean value)
True to show negative data points bubble.
|
void |
setRatio(short field_1_ratio)
Set the ratio to show the bubble to their default size.
|
void |
setShadow(boolean value)
Sets the shadow field value.
|
void |
setSize(short field_2_size)
Set how the default size of the data points represents the value:
1 means the data point represents the value; 2 means width of the data point represent the value.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public ScatterRecord()
public ScatterRecord(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 getRatio()
public void setRatio(short field_1_ratio)
public short getSize()
public void setSize(short field_2_size)
public void setNegBubbles(boolean value)
public boolean isNegBubbles()
public void setBubbles(boolean value)
public boolean isBubbles()
public void setShadow(boolean value)
public boolean isShadow()
Copyright © 2020. All rights reserved.