|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
public final class CategorySeriesAxisRecord
This record refers to a category or series axis and is used to specify label/tickmark frequency.
| Field Summary | |
|---|---|
static short |
sid
|
| Constructor Summary | |
|---|---|
CategorySeriesAxisRecord()
|
|
CategorySeriesAxisRecord(RecordInputStream in)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
short |
getCrossingPoint()
Get the crossing point field for the CategorySeriesAxis record. |
short |
getLabelFrequency()
Get the label frequency field for the CategorySeriesAxis record. |
short |
getOptions()
Get the options field for the CategorySeriesAxis record. |
short |
getSid()
return the non static version of the id for this record. |
short |
getTickMarkFrequency()
Get the tick mark frequency field for the CategorySeriesAxis record. |
boolean |
isCrossesFarRight()
axis crosses at the far right |
boolean |
isReversed()
categories are displayed in reverse order |
boolean |
isValueAxisCrossing()
set true to indicate axis crosses between categories and false to cross axis midway |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record. |
void |
setCrossesFarRight(boolean value)
Sets the crosses far right field value. |
void |
setCrossingPoint(short field_1_crossingPoint)
Set the crossing point field for the CategorySeriesAxis record. |
void |
setLabelFrequency(short field_2_labelFrequency)
Set the label frequency field for the CategorySeriesAxis record. |
void |
setOptions(short field_4_options)
Set the options field for the CategorySeriesAxis record. |
void |
setReversed(boolean value)
Sets the reversed field value. |
void |
setTickMarkFrequency(short field_3_tickMarkFrequency)
Set the tick mark frequency field for the CategorySeriesAxis record. |
void |
setValueAxisCrossing(boolean value)
Sets the value axis crossing field value. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
| Methods inherited from class org.apache.poi.hssf.record.StandardRecord |
|---|
getRecordSize, serialize |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
cloneViaReserialise, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
| Constructor Detail |
|---|
public CategorySeriesAxisRecord()
public CategorySeriesAxisRecord(RecordInputStream in)
| Method Detail |
|---|
public java.lang.String toString()
Record
toString in class Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()}
public short getSid()
Record
getSid in class Recordpublic java.lang.Object clone()
clone in class Recordpublic short getCrossingPoint()
public void setCrossingPoint(short field_1_crossingPoint)
public short getLabelFrequency()
public void setLabelFrequency(short field_2_labelFrequency)
public short getTickMarkFrequency()
public void setTickMarkFrequency(short field_3_tickMarkFrequency)
public short getOptions()
public void setOptions(short field_4_options)
public void setValueAxisCrossing(boolean value)
public boolean isValueAxisCrossing()
public void setCrossesFarRight(boolean value)
public boolean isCrossesFarRight()
public void setReversed(boolean value)
public boolean isReversed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||