public final class CategorySeriesAxisRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
CategorySeriesAxisRecord() |
CategorySeriesAxisRecord(CategorySeriesAxisRecord other) |
CategorySeriesAxisRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
CategorySeriesAxisRecord |
copy() |
short |
getCrossingPoint()
Get the crossing point field for the CategorySeriesAxis record.
|
protected int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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.
|
getRecordSize, serialize
cloneViaReserialise, serialize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final short sid
public CategorySeriesAxisRecord()
public CategorySeriesAxisRecord(CategorySeriesAxisRecord other)
public CategorySeriesAxisRecord(RecordInputStream in)
public void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()
} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize
in class StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
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()
public CategorySeriesAxisRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.