anl.aida.plot
Class TSGraphPlotCanvasListener.ItemFormatter

java.lang.Object
  extended by anl.aida.plot.TSGraphPlotCanvasListener.ItemFormatter
All Implemented Interfaces:
StackItemTextFormatter
Enclosing class:
TSGraphPlotCanvasListener

private static class TSGraphPlotCanvasListener.ItemFormatter
extends java.lang.Object
implements StackItemTextFormatter


Field Summary
private  anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes
           
private static java.text.DateFormat formatter
           
 
Constructor Summary
TSGraphPlotCanvasListener.ItemFormatter(anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes)
           
 
Method Summary
 java.lang.String format(StackItem2 item)
          Formats the StackItem into a string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

private static java.text.DateFormat formatter

axes

private anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes
Constructor Detail

TSGraphPlotCanvasListener.ItemFormatter

public TSGraphPlotCanvasListener.ItemFormatter(anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes)
Parameters:
axes -
Method Detail

format

public java.lang.String format(StackItem2 item)
Description copied from interface: StackItemTextFormatter
Formats the StackItem into a string representation.

Specified by:
format in interface StackItemTextFormatter
Parameters:
item - the item to format
Returns:
a String representation of the stack item.