public interface VisualVertexPainter extends Painter
| Modifier and Type | Method and Description |
|---|---|
void |
paintFill(VisualGraphComponent component,
Graphics2D g2d)
Paints the VisualVertex's fill color.
|
void |
paintOutline(VisualGraphComponent component,
Graphics2D g2d)
Paints the outline of the VisualVertex
|
void |
paintText(VisualGraphComponent component,
Graphics2D g2d)
Paints the text of the VisualVertex.
|
void |
rescale(VisualVertex vv)
Rescales the drawing based on either the font or text of
the VisualVertex being changed.
|
void paintOutline(VisualGraphComponent component, Graphics2D g2d)
void paintFill(VisualGraphComponent component, Graphics2D g2d)
void paintText(VisualGraphComponent component, Graphics2D g2d)
void rescale(VisualVertex vv)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.