|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.data.AxisRange
anl.aida.data.DataFrameAxis
anl.aida.data.DataFrameStringAxis
public class DataFrameStringAxis
Field Summary |
---|
Fields inherited from class anl.aida.data.AxisRange |
---|
axis, range |
Fields inherited from interface anl.aida.data.StringCoordAxis |
---|
INDEX_NOT_FOUND |
Constructor Summary | |
---|---|
DataFrameStringAxis(StringCoordAxis axis,
int index)
Creates a DataFrameAxis for the specified axis with origin and extent equal to that of the axis. |
|
DataFrameStringAxis(StringCoordAxis axis,
int origin,
int extent,
int index)
Creates a DataFrameAxis for the specified axis with the specified origin and extent. |
Method Summary | |
---|---|
int |
getIndex(java.lang.String value)
Gets the index of the specified value. |
java.lang.String |
getString(int index)
Gets the String value at the specified index. |
Methods inherited from class anl.aida.data.DataFrameAxis |
---|
createDataFrameAxis, createDataFrameAxis, createDataFrameAxis, getArrayIndex |
Methods inherited from class anl.aida.data.AxisRange |
---|
getAttribute, getAxis, getAxisType, getDescription, getExtent, getName, getOrigin, getRange, getUnits, getValue, getValueAsString, isCompatible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface anl.aida.data.CoordAxis |
---|
getAttribute, getAxisType, getDescription, getName, getRange, getUnits, getValue, getValueAsString, isCompatible |
Constructor Detail |
---|
public DataFrameStringAxis(StringCoordAxis axis, int index)
axis
- the axisindex
- the array index of this axispublic DataFrameStringAxis(StringCoordAxis axis, int origin, int extent, int index)
origin
- the origin of the rangeextent
- the extent of the rangeaxis
- the axisindex
- the array index of this axisMethod Detail |
---|
public int getIndex(java.lang.String value)
StringCoordAxis
getIndex
in interface StringCoordAxis
value
- the value whose index we want
public java.lang.String getString(int index)
StringCoordAxis
getString
in interface StringCoordAxis
index
- the index of the String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |