|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerStripePainter
An interface to paint the marker stripes.
Method Summary | |
---|---|
int |
getMaxStripeHeight()
Gets the maximum height for a single stripe. |
void |
paint(MarkerArea markerArea,
Graphics g,
Marker marker,
Rectangle rect)
Paints the marker stripe. |
Method Detail |
---|
int getMaxStripeHeight()
void paint(MarkerArea markerArea, Graphics g, Marker marker, Rectangle rect)
markerArea
- the marker areag
- the Graphicsmarker
- the markerrect
- the rect relative to the MarkerArea where the marker will be painted.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |