rle.core.data
Class LookupTableView
java.lang.Object
rle.core.data.LookupTableView
public class LookupTableView
- extends java.lang.Object
A read-only view of lookup data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupTableView
public LookupTableView(LookupTable table,
java.lang.String id)
getYAxisLabel
public java.lang.String getYAxisLabel(int idx)
getXAxisLabel
public java.lang.String getXAxisLabel(int idx)
getIndexForXAxisLabel
public int getIndexForXAxisLabel(java.lang.String s)
- Returns the index of the label s on the X axis, or -1 if s is not
a valid label.
getIndexForYAxisLabel
public int getIndexForYAxisLabel(java.lang.String s)
- Returns the index of the label s on the Y axis, or -1 if s is not
a valid label.
getSize
public RLDimension getSize()
getValueAt
public java.lang.Number getValueAt(RLPoint p)