public class ValueRangeRecord extends Record
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
ValueRangeRecord() |
ValueRangeRecord(RecordInputStream in)
Constructs a ValueRange record and sets its fields appropriately.
|
Modifier and Type | Method and Description |
---|---|
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
|
isInValueSection, isValue, serialize
public static final short sid
public ValueRangeRecord()
public ValueRangeRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromprotected 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
public int serialize(int offset, byte[] data)
Record
public int getRecordSize()
getRecordSize
in class Record
public short getSid()
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()
Copyright © 2014 Open Microscopy Environment