public interface Painter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
paint(VisualGraphComponent component,
Graphics2D g2d)
Paints the specified component using a Graphics2D context.
|
void paint(VisualGraphComponent component, Graphics2D g2d)
component - The VisualGraphComponent to be painted.g2d - The context to which the component will be painted.Copyright © 2019 JULIE Lab, Germany. All rights reserved.