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.
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
-