|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.RecordBase org.apache.poi.hssf.record.Record org.apache.poi.hssf.record.StandardRecord org.apache.poi.hssf.record.chart.ValueRangeRecord
public final class ValueRangeRecord
The value range record defines the range of the value axis.
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
ValueRangeRecord()
|
|
ValueRangeRecord(RecordInputStream in)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
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) |
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
public ValueRangeRecord()
public ValueRangeRecord(RecordInputStream in)
Method Detail |
---|
public java.lang.String toString()
Record
toString
in class 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
getSid
in class Record
public java.lang.Object clone()
clone
in class Record
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |