public class AxisLineFormatRecord extends Record
Modifier and Type | Field and Description |
---|---|
static short |
AXIS_TYPE_AXIS_LINE |
static short |
AXIS_TYPE_MAJOR_GRID_LINE |
static short |
AXIS_TYPE_MINOR_GRID_LINE |
static short |
AXIS_TYPE_WALLS_OR_FLOOR |
static short |
sid |
Constructor and Description |
---|
AxisLineFormatRecord() |
AxisLineFormatRecord(RecordInputStream in)
Constructs a AxisLineFormat 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.
|
short |
getAxisType()
Get the axis type field for the AxisLineFormat record.
|
int |
getRecordSize()
Size of record (exluding 4 byte header)
|
short |
getSid()
return the non static version of the id for this record.
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
void |
setAxisType(short field_1_axisType)
Set the axis type field for the AxisLineFormat record.
|
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 static final short AXIS_TYPE_AXIS_LINE
public static final short AXIS_TYPE_MAJOR_GRID_LINE
public static final short AXIS_TYPE_MINOR_GRID_LINE
public static final short AXIS_TYPE_WALLS_OR_FLOOR
public AxisLineFormatRecord()
public AxisLineFormatRecord(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 short getAxisType()
public void setAxisType(short field_1_axisType)
field_1_axisType
- One of
AXIS_TYPE_AXIS_LINE
AXIS_TYPE_MAJOR_GRID_LINE
AXIS_TYPE_MINOR_GRID_LINE
AXIS_TYPE_WALLS_OR_FLOORCopyright © 2014 Open Microscopy Environment