Interface TipTextCustomizer
-
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,AbstractScatterPlot
,InstancePanel
,ScatterPlot
,ScatterPlotSimple
,SequencePlotterPanel
,SpreadSheetRowPanel
,TimeseriesPanel
,XYSequencePanel
,ZScore
public interface TipTextCustomizer
Interfaces for classes that want to post-process the tip text displaying information about the current location on the panel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
processTipText(PlotPanel panel, Point mouse, String tiptext)
Processes the given tip text.
-
-
-
Method Detail
-
processTipText
String processTipText(PlotPanel panel, Point mouse, String tiptext)
Processes the given tip text. Among the current mouse position, the panel that initiated the call are also provided.- Parameters:
panel
- the content panel that initiated this callmouse
- the mouse positiontiptext
- the tiptext so far- Returns:
- the processed tiptext
-
-