|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.Record org.apache.poi.hssf.record.SeriesLabelsRecord
public class SeriesLabelsRecord
The series label record defines the type of label associated with the data format record. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
SeriesLabelsRecord()
|
|
SeriesLabelsRecord(RecordInputStream in)
Constructs a SeriesLabels record and sets its fields appropriately. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
protected void |
fillFields(RecordInputStream in)
called by the constructor, should set class level fields. |
short |
getFormatFlags()
Get the format flags field for the SeriesLabels record. |
int |
getRecordSize()
Size of record (exluding 4 byte header) |
short |
getSid()
return the non static version of the id for this record. |
boolean |
isLabelAsPercentage()
show category label/value as percentage (pie charts only) |
boolean |
isShowActual()
show actual value of the data point |
boolean |
isShowBubbleSizes()
?? |
boolean |
isShowLabel()
display category label |
boolean |
isShowPercent()
show value as percentage of total (pie charts only) |
boolean |
isSmoothedLine()
show smooth line |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
void |
setFormatFlags(short field_1_formatFlags)
Set the format flags field for the SeriesLabels record. |
void |
setLabelAsPercentage(boolean value)
Sets the label as percentage field value. |
void |
setShowActual(boolean value)
Sets the show actual field value. |
void |
setShowBubbleSizes(boolean value)
Sets the show bubble sizes field value. |
void |
setShowLabel(boolean value)
Sets the show label field value. |
void |
setShowPercent(boolean value)
Sets the show percent field value. |
void |
setSmoothedLine(boolean value)
Sets the smoothed line field value. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
protected void |
validateSid(short id)
Checks the sid matches the expected side for this record |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, isInValueSection, isValue, serialize |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
public SeriesLabelsRecord()
public SeriesLabelsRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromMethod Detail |
---|
protected void validateSid(short id)
validateSid
in class Record
id
- the expected sid.protected void fillFields(RecordInputStream in)
Record
fillFields
in class Record
in
- the RecordInputstream to read the record frompublic java.lang.String toString()
Record
toString
in class Record
public int serialize(int offset, byte[] data)
Record
serialize
in class Record
offset
- to begin writing atdata
- byte array containing instance data
public int getRecordSize()
getRecordSize
in class Record
public short getSid()
Record
getSid
in class Record
public java.lang.Object clone()
clone
in class Record
public short getFormatFlags()
public void setFormatFlags(short field_1_formatFlags)
public void setShowActual(boolean value)
public boolean isShowActual()
public void setShowPercent(boolean value)
public boolean isShowPercent()
public void setLabelAsPercentage(boolean value)
public boolean isLabelAsPercentage()
public void setSmoothedLine(boolean value)
public boolean isSmoothedLine()
public void setShowLabel(boolean value)
public boolean isShowLabel()
public void setShowBubbleSizes(boolean value)
public boolean isShowBubbleSizes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |