|
||||||||||
| 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.AxisLineFormatRecord
public final class AxisLineFormatRecord
The axis line format record defines the axis type details.
| Field Summary | |
|---|---|
static short |
AXIS_TYPE_AXIS_LINE
|
static short |
AXIS_TYPE_MAJOR_GRID_LINE
|
static short |
AXIS_TYPE_MINOR_GRID_LINE
|
static short |
AXIS_TYPE_WALLS_OR_FLOOR
|
static short |
sid
|
| Constructor Summary | |
|---|---|
AxisLineFormatRecord()
|
|
AxisLineFormatRecord(RecordInputStream in)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
short |
getAxisType()
Get the axis type field for the AxisLineFormat record. |
short |
getSid()
return the non static version of the id for this record. |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record. |
void |
setAxisType(short field_1_axisType)
Set the axis type field for the AxisLineFormat record. |
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
public static final short AXIS_TYPE_AXIS_LINE
public static final short AXIS_TYPE_MAJOR_GRID_LINE
public static final short AXIS_TYPE_MINOR_GRID_LINE
public static final short AXIS_TYPE_WALLS_OR_FLOOR
| Constructor Detail |
|---|
public AxisLineFormatRecord()
public AxisLineFormatRecord(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 getAxisType()
public void setAxisType(short field_1_axisType)
field_1_axisType - One of
AXIS_TYPE_AXIS_LINE
AXIS_TYPE_MAJOR_GRID_LINE
AXIS_TYPE_MINOR_GRID_LINE
AXIS_TYPE_WALLS_OR_FLOOR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||