public final class ValueRangeRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
ValueRangeRecord() |
ValueRangeRecord(RecordInputStream in) |
ValueRangeRecord(ValueRangeRecord other) |
Modifier and Type | Method and Description |
---|---|
ValueRangeRecord |
clone()
Deprecated.
|
ValueRangeRecord |
copy() |
double |
getCategoryAxisCross()
Get the category axis cross field for the ValueRange record.
|
protected int |
getDataSize() |
double |
getMajorIncrement()
Get the major increment field for the ValueRange record.
|
double |
getMaximumAxisValue()
Get the maximum axis value field for the ValueRange record.
|
double |
getMinimumAxisValue()
Get the minimum axis value field for the ValueRange record.
|
double |
getMinorIncrement()
Get the minor increment field for the ValueRange record.
|
short |
getOptions()
Get the options field for the ValueRange record.
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isAutomaticCategoryCrossing()
category crossing point is automatically selected
|
boolean |
isAutomaticMajor()
automatic major unit selected
|
boolean |
isAutomaticMaximum()
automatic maximum value selected
|
boolean |
isAutomaticMinimum()
automatic minimum value selected
|
boolean |
isAutomaticMinor()
automatic minor unit selected
|
boolean |
isCrossCategoryAxisAtMaximum()
category axis to cross at maximum value
|
boolean |
isLogarithmicScale()
use logarithmic scale
|
boolean |
isReserved()
reserved, must equal 1 (excel dev.
|
boolean |
isValuesInReverse()
values are reverses in graph
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setAutomaticCategoryCrossing(boolean value)
Sets the automatic category crossing field value.
|
void |
setAutomaticMajor(boolean value)
Sets the automatic major field value.
|
void |
setAutomaticMaximum(boolean value)
Sets the automatic maximum field value.
|
void |
setAutomaticMinimum(boolean value)
Sets the automatic minimum field value.
|
void |
setAutomaticMinor(boolean value)
Sets the automatic minor field value.
|
void |
setCategoryAxisCross(double field_5_categoryAxisCross)
Set the category axis cross field for the ValueRange record.
|
void |
setCrossCategoryAxisAtMaximum(boolean value)
Sets the cross category axis at maximum field value.
|
void |
setLogarithmicScale(boolean value)
Sets the logarithmic scale field value.
|
void |
setMajorIncrement(double field_3_majorIncrement)
Set the major increment field for the ValueRange record.
|
void |
setMaximumAxisValue(double field_2_maximumAxisValue)
Set the maximum axis value field for the ValueRange record.
|
void |
setMinimumAxisValue(double field_1_minimumAxisValue)
Set the minimum axis value field for the ValueRange record.
|
void |
setMinorIncrement(double field_4_minorIncrement)
Set the minor increment field for the ValueRange record.
|
void |
setOptions(short field_6_options)
Set the options field for the ValueRange record.
|
void |
setReserved(boolean value)
Sets the reserved field value.
|
void |
setValuesInReverse(boolean value)
Sets the values in reverse field value.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public ValueRangeRecord()
public ValueRangeRecord(ValueRangeRecord other)
public ValueRangeRecord(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 ValueRangeRecord clone()
clone
in class java.lang.Object
public ValueRangeRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
public double getMinimumAxisValue()
public void setMinimumAxisValue(double field_1_minimumAxisValue)
public double getMaximumAxisValue()
public void setMaximumAxisValue(double field_2_maximumAxisValue)
public double getMajorIncrement()
public void setMajorIncrement(double field_3_majorIncrement)
public double getMinorIncrement()
public void setMinorIncrement(double field_4_minorIncrement)
public double getCategoryAxisCross()
public void setCategoryAxisCross(double field_5_categoryAxisCross)
public short getOptions()
public void setOptions(short field_6_options)
public void setAutomaticMinimum(boolean value)
public boolean isAutomaticMinimum()
public void setAutomaticMaximum(boolean value)
public boolean isAutomaticMaximum()
public void setAutomaticMajor(boolean value)
public boolean isAutomaticMajor()
public void setAutomaticMinor(boolean value)
public boolean isAutomaticMinor()
public void setAutomaticCategoryCrossing(boolean value)
public boolean isAutomaticCategoryCrossing()
public void setLogarithmicScale(boolean value)
public boolean isLogarithmicScale()
public void setValuesInReverse(boolean value)
public boolean isValuesInReverse()
public void setCrossCategoryAxisAtMaximum(boolean value)
public boolean isCrossCategoryAxisAtMaximum()
public void setReserved(boolean value)
public boolean isReserved()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.