|
|||||||||
| Home >> All >> joelib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.util
Interface ToolTipInfo

- 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"
|
|||||||||
| Home >> All >> joelib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC