|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.biorad.BioRadNote
public class BioRadNote
A Bio-Rad note object.
Field Summary | |
---|---|
static int |
HORIZ_UNIT
Indicates that a Unit for the horizontal axis was computed. |
static int |
INVALID_NOTE
Indicates that this note is invalid. |
static int |
METADATA
Indicates that a VisAD Data object was computed. |
static Unit |
micron
Distance unit. |
static int |
NO_INFORMATION
Indicates that no information could be extracted from this note. |
static Unit |
second
Time unit. |
static int |
VERT_UNIT
Indicates that a Unit for the vertical axis was computed. |
Constructor Summary | |
---|---|
BioRadNote(int level,
int num,
int status,
int type,
int x,
int y,
java.lang.String text)
Constructs a new Bio-Rad note object. |
Method Summary | |
---|---|
int |
analyze()
Extracts information from this Bio-Rad note. |
DataImpl |
getNoteData()
Gets a simple VisAD Data object representing this note. |
static BioRadNote |
getUnitNote(Unit u,
Linear1DSet set,
boolean xAxis)
Converts a VisAD Unit and Linear1DSet to a BioRad note. |
boolean |
hasUnitInfo()
Whether this note has information about pixel spacing in microns. |
java.lang.String |
toString()
Gets a human-readable string representation of this note. |
void |
write(java.io.DataOutputStream out,
boolean more)
Outputs this note to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Unit micron
public static final Unit second
public static final int NO_INFORMATION
public static final int METADATA
public static final int HORIZ_UNIT
public static final int VERT_UNIT
public static final int INVALID_NOTE
Constructor Detail |
---|
public BioRadNote(int level, int num, int status, int type, int x, int y, java.lang.String text)
Method Detail |
---|
public DataImpl getNoteData()
public boolean hasUnitInfo()
public int analyze()
public void write(java.io.DataOutputStream out, boolean more) throws java.io.IOException
more
- Whether another note will be written
to the stream after this one.
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public static BioRadNote getUnitNote(Unit u, Linear1DSet set, boolean xAxis)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |