|
||||||||||
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
public class DataFrameAxis
Metadata for the axes / dimensions of a dataframe.
Field Summary | |
---|---|
private int |
index
|
Fields inherited from class anl.aida.data.AxisRange |
---|
axis, range |
Constructor Summary | |
---|---|
protected |
DataFrameAxis(CoordAxis axis,
int index)
Creates a DataFrameAxis for the specified axis with origin and extent equal to that of the axis. |
protected |
DataFrameAxis(CoordAxis axis,
int origin,
int extent,
int index)
Creates a DataFrameAxis for the specified axis with the specified origin and extent. |
protected |
DataFrameAxis(DataFrameAxis axis,
int index)
Creates a DataFrameAxis from the specified axis and index. |
Method Summary | |
---|---|
static DataFrameAxis |
createDataFrameAxis(CoordAxis axis,
int index)
Creates a DataFrameAxis for the specified axis with origin and extent equal to that of the axis. |
static DataFrameAxis |
createDataFrameAxis(CoordAxis axis,
int origin,
int extent,
int index)
Creates a DataFrameAxis for the specified axis with the specified origin and extent. |
static DataFrameAxis |
createDataFrameAxis(DataFrameAxis axis,
int index)
Creates a DataFrameAxis from the specified axis and index. |
int |
getArrayIndex()
Gets the index of the array dimension that corresponds to this axis. |
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 |
Field Detail |
---|
private int index
Constructor Detail |
---|
protected DataFrameAxis(CoordAxis axis, int index)
axis
- the axisindex
- the array index of this axisprotected DataFrameAxis(CoordAxis 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 axisprotected DataFrameAxis(DataFrameAxis axis, int index)
axis
- the axis to create this DataFrameAxis fromindex
- the array index of this axisMethod Detail |
---|
public static DataFrameAxis createDataFrameAxis(CoordAxis axis, int index)
axis
- the axisindex
- the array index of this axis
public static DataFrameAxis createDataFrameAxis(CoordAxis 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 axis
public static DataFrameAxis createDataFrameAxis(DataFrameAxis axis, int index)
axis
- the axis to create this DataFrameAxis fromindex
- the array index of this axis
public int getArrayIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |