|
||||||||||
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.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. |
int |
getRecordSize()
gives the current serialized size of the 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 |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
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.Record |
---|
cloneViaReserialise, 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 CategorySeriesAxisRecord()
public CategorySeriesAxisRecord(RecordInputStream in)
Method Detail |
---|
public java.lang.String toString()
Record
toString
in class Record
public int serialize(int offset, byte[] data)
RecordBase
serialize
in class RecordBase
offset
- to begin writing atdata
- byte array containing instance data
public int getRecordSize()
Record
getRecordSize
in class Record
public short getSid()
Record
getSid
in class Record
public java.lang.Object clone()
clone
in class Record
public 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 |