rle.core.data
Class LookupTableView

java.lang.Object
  extended by rle.core.data.LookupTableView

public class LookupTableView
extends java.lang.Object

A read-only view of lookup data.


Constructor Summary
LookupTableView(LookupTable table, java.lang.String id)
           
 
Method Summary
 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.
 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.
 RLDimension getSize()
           
 java.lang.Number getValueAt(RLPoint p)
           
 java.lang.String getXAxisLabel(int idx)
           
 java.lang.String getYAxisLabel(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupTableView

public LookupTableView(LookupTable table,
                       java.lang.String id)
Method Detail

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)