|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMarkerRenderer
Interface describing a marker renderer.
| Method Summary | |
|---|---|
int |
getMarkerWidth(TimeBarMarker marker)
Retrieve the width of a specific marker. |
void |
renderMarker(TimeBarViewerDelegate delegate,
java.awt.Graphics graphics,
TimeBarMarker marker,
int x,
boolean isDragged)
Draw a marker. |
| Method Detail |
|---|
void renderMarker(TimeBarViewerDelegate delegate,
java.awt.Graphics graphics,
TimeBarMarker marker,
int x,
boolean isDragged)
delegate - the delegategraphics - the GRaphics to draw withmarker - the marker to drawx - the x coordinate of the markerisDragged - true if the markeris currently beeing draggedint getMarkerWidth(TimeBarMarker marker)
marker - the marker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||