All Packages Class Hierarchy This Package Previous Next Index
Interface user.plot.PlotTraceHandler
- public interface PlotTraceHandler
This interface should be implemented to supply an index to a plot
trace. The trace index is used to determine trace colors, plot
markers, etc.
-
getTraceIndex(int)
- This method should be implemented to return the plot trace index
connected to the specified data index.
getTraceIndex
public abstract int getTraceIndex(int data_index)
- This method should be implemented to return the plot trace index
connected to the specified data index. This is the index of the
data in the data vector.
- Parameters:
- data_index - The specified data index for which a plot
trace index should be returned.
- Returns:
- The index of the plot trace.
All Packages Class Hierarchy This Package Previous Next Index