public class CategorySeriesAxisRecord extends Record
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
CategorySeriesAxisRecord() |
CategorySeriesAxisRecord(RecordInputStream in)
Constructs a CategorySeriesAxis record and sets its fields appropriately.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected void |
fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
short |
getCrossingPoint()
Get the crossing point field for the CategorySeriesAxis record.
|
short |
getLabelFrequency()
Get the label frequency field for the CategorySeriesAxis record.
|
short |
getOptions()
Get the options field for the CategorySeriesAxis record.
|
int |
getRecordSize()
Size of record (exluding 4 byte header)
|
short |
getSid()
return the non static version of the id for this record.
|
short |
getTickMarkFrequency()
Get the tick mark frequency field for the CategorySeriesAxis record.
|
boolean |
isCrossesFarRight()
axis crosses at the far right
|
boolean |
isReversed()
categories are displayed in reverse order
|
boolean |
isValueAxisCrossing()
set true to indicate axis crosses between categories and false to cross axis midway
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
void |
setCrossesFarRight(boolean value)
Sets the crosses far right field value.
|
void |
setCrossingPoint(short field_1_crossingPoint)
Set the crossing point field for the CategorySeriesAxis record.
|
void |
setLabelFrequency(short field_2_labelFrequency)
Set the label frequency field for the CategorySeriesAxis record.
|
void |
setOptions(short field_4_options)
Set the options field for the CategorySeriesAxis record.
|
void |
setReversed(boolean value)
Sets the reversed field value.
|
void |
setTickMarkFrequency(short field_3_tickMarkFrequency)
Set the tick mark frequency field for the CategorySeriesAxis record.
|
void |
setValueAxisCrossing(boolean value)
Sets the value axis crossing field value.
|
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 CategorySeriesAxisRecord()
public CategorySeriesAxisRecord(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 String toString()
Record
public int serialize(int offset, byte[] data)
Record
public int getRecordSize()
getRecordSize
in class Record
public short getSid()
Record
public short getCrossingPoint()
public void setCrossingPoint(short field_1_crossingPoint)
public short getLabelFrequency()
public void setLabelFrequency(short field_2_labelFrequency)
public short getTickMarkFrequency()
public void setTickMarkFrequency(short field_3_tickMarkFrequency)
public short getOptions()
public void setOptions(short field_4_options)
public void setValueAxisCrossing(boolean value)
public boolean isValueAxisCrossing()
public void setCrossesFarRight(boolean value)
public boolean isCrossesFarRight()
public void setReversed(boolean value)
public boolean isReversed()
Copyright © 2014 Open Microscopy Environment