Class ToolTipWriter
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.ToolTipWriter
-
public class ToolTipWriter extends Object
To customize the LayerViewPanel's tooltips, call LayerViewPanel#setToolTipText. You can specify attribute names in curly brackets e.g. {fid}.
-
-
Constructor Summary
Constructors Constructor Description ToolTipWriter(LayerViewPanel panel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
void
setEnabled(boolean enabled)
String
write(String template, Point2D mouseLocation)
-
-
-
Constructor Detail
-
ToolTipWriter
public ToolTipWriter(LayerViewPanel panel)
-
-