|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface for being a view paint listener. This gives classes a chance to draw to the view before and/or after the view performs the usual paint operation. This can be used to add additional decorations to the view or to allow unique user interaction not supported by the view.
Method Summary | |
void |
paintAfter(ConceptViewPaintEvent event)
Called after the view draws the graph. |
void |
paintBefore(ConceptViewPaintEvent event)
Called before the view draws the graph. |
Method Detail |
public void paintAfter(ConceptViewPaintEvent event)
event
- view paint eventpublic void paintBefore(ConceptViewPaintEvent event)
event
- view paint event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |