public final class AxisOptionsRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
AxisOptionsRecord() |
AxisOptionsRecord(AxisOptionsRecord other) |
AxisOptionsRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
AxisOptionsRecord |
clone()
Deprecated.
|
AxisOptionsRecord |
copy() |
short |
getBaseUnit()
Get the base unit field for the AxisOptions record.
|
short |
getCrossingPoint()
Get the crossing point field for the AxisOptions record.
|
protected int |
getDataSize() |
short |
getMajorUnit()
Get the major unit field for the AxisOptions record.
|
short |
getMajorUnitValue()
Get the major unit value field for the AxisOptions record.
|
short |
getMaximumCategory()
Get the maximum category field for the AxisOptions record.
|
short |
getMinimumCategory()
Get the minimum category field for the AxisOptions record.
|
short |
getMinorUnit()
Get the minor unit field for the AxisOptions record.
|
short |
getMinorUnitValue()
Get the minor unit value field for the AxisOptions record.
|
short |
getOptions()
Get the options field for the AxisOptions record.
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isDefaultBase()
use the default base unit
|
boolean |
isDefaultCross()
use the default crossing point
|
boolean |
isDefaultDateSettings()
use default date setttings for this axis
|
boolean |
isDefaultMajor()
use the default major unit
|
boolean |
isDefaultMaximum()
use the default maximum category
|
boolean |
isDefaultMinimum()
use the default minimum category
|
boolean |
isDefaultMinorUnit()
use the default minor unit
|
boolean |
isIsDate()
this is a date axis
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setBaseUnit(short field_7_baseUnit)
Set the base unit field for the AxisOptions record.
|
void |
setCrossingPoint(short field_8_crossingPoint)
Set the crossing point field for the AxisOptions record.
|
void |
setDefaultBase(boolean value)
Sets the default base field value.
|
void |
setDefaultCross(boolean value)
Sets the default cross field value.
|
void |
setDefaultDateSettings(boolean value)
Sets the default date settings field value.
|
void |
setDefaultMajor(boolean value)
Sets the default major field value.
|
void |
setDefaultMaximum(boolean value)
Sets the default maximum field value.
|
void |
setDefaultMinimum(boolean value)
Sets the default minimum field value.
|
void |
setDefaultMinorUnit(boolean value)
Sets the default minor unit field value.
|
void |
setIsDate(boolean value)
Sets the isDate field value.
|
void |
setMajorUnit(short field_4_majorUnit)
Set the major unit field for the AxisOptions record.
|
void |
setMajorUnitValue(short field_3_majorUnitValue)
Set the major unit value field for the AxisOptions record.
|
void |
setMaximumCategory(short field_2_maximumCategory)
Set the maximum category field for the AxisOptions record.
|
void |
setMinimumCategory(short field_1_minimumCategory)
Set the minimum category field for the AxisOptions record.
|
void |
setMinorUnit(short field_6_minorUnit)
Set the minor unit field for the AxisOptions record.
|
void |
setMinorUnitValue(short field_5_minorUnitValue)
Set the minor unit value field for the AxisOptions record.
|
void |
setOptions(short field_9_options)
Set the options field for the AxisOptions record.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public AxisOptionsRecord()
public AxisOptionsRecord(AxisOptionsRecord other)
public AxisOptionsRecord(RecordInputStream in)
public java.lang.String toString()
Record
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
@Deprecated @Removal(version="5.0.0") public AxisOptionsRecord clone()
clone
in class java.lang.Object
public short getMinimumCategory()
public void setMinimumCategory(short field_1_minimumCategory)
public short getMaximumCategory()
public void setMaximumCategory(short field_2_maximumCategory)
public short getMajorUnitValue()
public void setMajorUnitValue(short field_3_majorUnitValue)
public short getMajorUnit()
public void setMajorUnit(short field_4_majorUnit)
public short getMinorUnitValue()
public void setMinorUnitValue(short field_5_minorUnitValue)
public short getMinorUnit()
public void setMinorUnit(short field_6_minorUnit)
public short getBaseUnit()
public void setBaseUnit(short field_7_baseUnit)
public short getCrossingPoint()
public void setCrossingPoint(short field_8_crossingPoint)
public short getOptions()
public void setOptions(short field_9_options)
public void setDefaultMinimum(boolean value)
public boolean isDefaultMinimum()
public void setDefaultMaximum(boolean value)
public boolean isDefaultMaximum()
public void setDefaultMajor(boolean value)
public boolean isDefaultMajor()
public void setDefaultMinorUnit(boolean value)
public boolean isDefaultMinorUnit()
public void setIsDate(boolean value)
public boolean isIsDate()
public void setDefaultBase(boolean value)
public boolean isDefaultBase()
public void setDefaultCross(boolean value)
public boolean isDefaultCross()
public void setDefaultDateSettings(boolean value)
public boolean isDefaultDateSettings()
public AxisOptionsRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.