|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VectorDataSet
Interface definition for datasets comprised of a y value for each x tag such that y(x).
| Field Summary |
|---|
| Fields inherited from interface org.das2.dataset.DataSet |
|---|
PROPERTY_CACHE_TAG, PROPERTY_FORMATTER, PROPERTY_PLANE_PEAKS, PROPERTY_PLANE_WEIGHTS, PROPERTY_RENDERER, PROPERTY_SIZE_BYTES, PROPERTY_X_LABEL, PROPERTY_X_MONOTONIC, PROPERTY_X_RANGE, PROPERTY_X_TAG_WIDTH, PROPERTY_Y_LABEL, PROPERTY_Y_RANGE, PROPERTY_Y_SCALETYPE, PROPERTY_Y_TAG_WIDTH, PROPERTY_Z_LABEL, PROPERTY_Z_RANGE, PROPERTY_Z_SCALETYPE |
| Method Summary | |
|---|---|
Datum |
getDatum(int i)
Returns the Y value for the given index into the x tags as a Datum. |
double |
getDouble(int i,
Units units)
Returns the Y value for the given index into the x tags as a double with the given units. |
int |
getInt(int i,
Units units)
Returns the Y value for the given index into the x tags as a int with the given units. |
| Methods inherited from interface org.das2.dataset.DataSet |
|---|
getPlanarView, getPlaneIds, getProperties, getProperty, getXLength, getXTagDatum, getXTagDouble, getXTagInt, getXUnits, getYUnits |
| Method Detail |
|---|
Datum getDatum(int i)
Datum.
i - index of the x tag for the requested value.
Datum
double getDouble(int i,
Units units)
double with the given units.
i - index of the x tag for the requested value.units - the units the returned value should be coverted to.
double.
int getInt(int i,
Units units)
int with the given units.
i - index of the x tag for the requested value.units - the units the returned value should be coverted to.
int.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||