public final class Chart3DRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
Chart3DRecord() |
Chart3DRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
short |
getAnElev()
Get the rotation angle in degrees around a horizontal line clockwise.
|
short |
getAnRot()
Get the rotation angle in degrees around a vertical line clockwise.
|
protected int |
getDataSize() |
short |
getDepth()
Gets depth in percentage to the width of its plot area.(1 ~ 200).
|
short |
getDist()
Gets view angle in degree(0 ~ 200).
|
short |
getFormatFlags()
Get the format flags field for the Pie record.
|
short |
getGap()
Gets gap in percentage to the width of its plot area.
|
short |
getHeight()
Gets thick of the Pie chart; or height in percentage to the width of its plot area(0 ~ 500).
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isCluster() |
boolean |
isNotPie() |
boolean |
isPerspective() |
boolean |
isScaling() |
boolean |
isWalls2D() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setAnElev(short field_2_anElev)
Set the rotation angle in degrees around a horizontal line clockwise.
|
void |
setAnRot(short field_1_anRot)
Get the rotation angle in degrees around a vertical line clockwise.
|
void |
setCluster(boolean value)
Sets the cluster field value.
|
void |
setDepth(short field_5_depth)
Sets depth in percentage to the width of its plot area.(1 ~ 200).
|
void |
setDist(short field_3_pcDist)
Sets view angle in degree(0 ~ 200).
|
void |
setFormatFlags(short field_6_formatFlags)
Set the format flags field for the Pie record.
|
void |
setGap(short field_6_gap)
Sets gap in percentage to the width of its plot area.
|
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).
|
void |
setNotPie(boolean value)
Sets the notpie field value.
|
void |
setPerspective(boolean value)
Sets the perspective field value.
|
void |
setScaling(boolean value)
Sets the 3dscaling field value.
|
void |
setWalls2D(boolean value)
Sets the notpie field value.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public Chart3DRecord()
public Chart3DRecord(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_6_formatFlags)
public short getAnRot()
public void setAnRot(short field_1_anRot)
public short getAnElev()
public void setAnElev(short field_2_anElev)
public void setDist(short field_3_pcDist)
public short getDist()
public void setHeight(short field_4_pcHeight)
public short getHeight()
public void setDepth(short field_5_depth)
public short getDepth()
public void setGap(short field_6_gap)
public short getGap()
public void setPerspective(boolean value)
public boolean isPerspective()
public void setCluster(boolean value)
public boolean isCluster()
public void setScaling(boolean value)
public boolean isScaling()
public void setNotPie(boolean value)
public boolean isNotPie()
public void setWalls2D(boolean value)
public boolean isWalls2D()
Copyright © 2020. All rights reserved.