public class VisualEdgePainterImpl extends Object implements VisualEdgePainter
| Constructor and Description |
|---|
VisualEdgePainterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(VisualGraphComponent component,
Graphics2D g2d)
Paints the visualEdge.
|
void |
paintText(Graphics2D g2d,
Font font,
Color fontColor,
String text,
float x,
float y)
Paints the text of the VisualEdge.
|
public void paint(VisualGraphComponent component, Graphics2D g2d)
public void paintText(Graphics2D g2d, Font font, Color fontColor, String text, float x, float y)
paintText in interface VisualEdgePainterCopyright © 2019 JULIE Lab, Germany. All rights reserved.