public class VisualEdgeNullPainter extends Object implements VisualEdgePainter
| Constructor and Description |
|---|
VisualEdgeNullPainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(VisualGraphComponent component,
Graphics2D g2d)
Paints the specified component using a Graphics2D context.
|
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)
Painterpublic void paintText(Graphics2D g2d, Font font, Color fontColor, String text, float x, float y)
VisualEdgePainterpaintText in interface VisualEdgePainterCopyright © 2019 JULIE Lab, Germany. All rights reserved.