anl.aida.viz3d
Interface StackItemTextFormatter

All Known Implementing Classes:
StackItemDateFormatter, TSGraphPlotCanvasListener.ItemFormatter

public interface StackItemTextFormatter

Interface for classes that take a StackItem and produce some textual representation of it.


Method Summary
 java.lang.String format(StackItem2 item)
          Formats the StackItem into a string representation.
 

Method Detail

format

java.lang.String format(StackItem2 item)
Formats the StackItem into a string representation.

Parameters:
item - the item to format
Returns:
a String representation of the stack item.