public interface NodePainter
| Modifier and Type | Method and Description |
|---|---|
void |
paint(Graphics g,
Rectangle bounds,
Node node)
Deprecated.
Paints node content in the given bounding rect on the provided Graphics context for the given node.
|
void paint(Graphics g, Rectangle bounds, Node node)
g - The graphics context to paint onto.bounds - The bounding rect to paint into.node - The node whose content we are painting.