Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.util
Interface ToolTipInfo  view ToolTipInfo download ToolTipInfo.java


public interface ToolTipInfo

Tool tip information for chart visualisations.


Method Summary
 java.lang.String getHTMLInfo(double x, double y)
          Gets the tool tip text.
 java.lang.String getType()
          Gets the information type for this tool tip, e.g "infrared data"
 

Method Detail

getHTMLInfo

public java.lang.String getHTMLInfo(double x,
                                    double y)
Gets the tool tip text. Returns HTML code without the <html> and </html> tokens.


getType

public java.lang.String getType()
Gets the information type for this tool tip, e.g "infrared data"