JIDE 3.5.15

com.jidesoft.editor.marker
Interface MarkerStripePainter

All Superinterfaces:
MarkerStripePainter

Deprecated. please use com.jidesoft.marker.MarkerStripePainter instead.

@Deprecated
public interface MarkerStripePainter
extends MarkerStripePainter

An interface to paint the marker stripes.


Method Summary
 void paint(MarkerArea markerArea, Graphics g, Marker marker, Rectangle rect)
          Deprecated. Paints the marker stripe.
 
Methods inherited from interface com.jidesoft.marker.MarkerStripePainter
getMaxStripeHeight
 

Method Detail

paint

void paint(MarkerArea markerArea,
           Graphics g,
           Marker marker,
           Rectangle rect)
Deprecated. 
Paints the marker stripe.

Please note, you don't need to reset the color used in this paint method because we will reset it after the paint() of all painters are called.

Specified by:
paint in interface MarkerStripePainter
Parameters:
markerArea -
g -
marker -
rect -

JIDE 3.5.15