Interface GraphViewListener
public interface GraphViewListener
Used by any class wanting to add decorations to a
GraphViewPanel
.- Since:
- 2022-02-11
- Author:
- Dan Royer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(Graphics g, GraphViewPanel panel) Called when theGraphViewPanel
has completed painting itself.
-
Method Details
-
paint
Called when theGraphViewPanel
has completed painting itself. Useful for then adding highlights and extra annotation.- Parameters:
g
- the graphics context used to paint the panelpanel
- the caller
-