public class VisualDirectedEdgePainterImpl extends VisualEdgePainterImpl implements VisualDirectedEdgePainter
| Constructor and Description |
|---|
VisualDirectedEdgePainterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(VisualGraphComponent component,
Graphics2D g2d)
Paints the visualEdge.
|
void |
paintArrowHead(VisualEdge ve,
Graphics2D g2d)
Draws the arrow head
|
paintTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpaintTextpublic void paint(VisualGraphComponent component, Graphics2D g2d)
VisualEdgePainterImplpaint in interface Painterpaint in class VisualEdgePainterImplcomponent - The VisualGraphComponent to be painted.g2d - The context to which the component will be painted.public void paintArrowHead(VisualEdge ve, Graphics2D g2d)
paintArrowHead in interface VisualDirectedEdgePainterCopyright © 2019 JULIE Lab, Germany. All rights reserved.