JIDE 3.5.15

com.jidesoft.marker
Class DefaultMarkerEyePainter

java.lang.Object
  extended by com.jidesoft.marker.DefaultMarkerEyePainter
All Implemented Interfaces:
MarkerEyePainter

public class DefaultMarkerEyePainter
extends Object
implements MarkerEyePainter

Default implementation of MarkerEyePainter.


Constructor Summary
DefaultMarkerEyePainter()
           
 
Method Summary
 String getToolTipText(MarkerArea markerArea)
          Gets the tooltip text.
 void paint(MarkerArea markerArea, Graphics g, Rectangle rect)
          Paints the marker eye area based on the MarkerArea's mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMarkerEyePainter

public DefaultMarkerEyePainter()
Method Detail

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.

JIDE 3.5.15