|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.Record org.apache.poi.hssf.record.ValueRangeRecord
public class ValueRangeRecord
The value range record defines the range of the value axis. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
ValueRangeRecord()
|
|
ValueRangeRecord(RecordInputStream in)
Constructs a ValueRange record and sets its fields appropriately. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
protected void |
fillFields(RecordInputStream in)
called by the constructor, should set class level fields. |
double |
getCategoryAxisCross()
Get the category axis cross field for the ValueRange record. |
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. |
int |
getRecordSize()
Size of record (exluding 4 byte header) |
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 |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
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) |
protected void |
validateSid(short id)
Checks the sid matches the expected side for this record |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, isInValueSection, isValue, 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)
in
- the RecordInputstream to read the record fromMethod Detail |
---|
protected void validateSid(short id)
validateSid
in class Record
id
- the expected sid.protected void fillFields(RecordInputStream in)
Record
fillFields
in class Record
in
- the RecordInputstream to read the record frompublic java.lang.String toString()
Record
toString
in class Record
public int serialize(int offset, byte[] data)
Record
serialize
in class Record
offset
- to begin writing atdata
- byte array containing instance data
public int getRecordSize()
getRecordSize
in class Record
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 |