com.jidesoft.marker
Class DefaultMarkerEyePainter
java.lang.Object
com.jidesoft.marker.DefaultMarkerEyePainter
- All Implemented Interfaces:
- MarkerEyePainter
public class DefaultMarkerEyePainter
- extends Object
- implements MarkerEyePainter
Default implementation of MarkerEyePainter
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMarkerEyePainter
public DefaultMarkerEyePainter()
paint
public void paint(MarkerArea markerArea,
Graphics g,
Rectangle rect)
- Paints the marker eye area based on the MarkerArea's mode.
- Specified by:
paint
in interface MarkerEyePainter
- Parameters:
markerArea
- g
- rect
-
getToolTipText
public String getToolTipText(MarkerArea markerArea)
- Description copied from interface:
MarkerEyePainter
- Gets the tooltip text.
- Specified by:
getToolTipText
in interface MarkerEyePainter
- Returns:
- the tooltip text.