public final class Chart3DBarShapeRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
Chart3DBarShapeRecord() |
Chart3DBarShapeRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected int |
getDataSize() |
short |
getRiser()
Get the shape of the base data point in bar or column chart (0: rectangle; 1: ellipse).
|
short |
getSid()
return the non static version of the id for this record.
|
short |
getTaper()
Get the shape of the tip data point in a bar or column chart (0: same shape as the base;
1: taper to the maximum value of EACH data point; 2: taper to the projected maximum value of ALL data point but clipped at the value of EACH data point).
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setRiser(short field_1_riser)
Set the shape of the base data point in a bar or column chart (0: rectangle; 1: ellipse).
|
void |
setTaper(short field_2_taper)
Set the shape of the tip data point in a bar or column chart (0: same shape as the base;
1: taper to the maximum value of EACH data point; 2: taper to the projected maximum value of ALL data point but clipped at the value of EACH data point).
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public Chart3DBarShapeRecord()
public Chart3DBarShapeRecord(RecordInputStream in)
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
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public short getRiser()
public void setRiser(short field_1_riser)
public short getTaper()
public void setTaper(short field_2_taper)
Copyright © 2020. All rights reserved.