public class VisualDirectedWeightedEdgePainterImpl extends VisualEdgePainterImpl implements VisualDirectedWeightedEdgePainter
| Constructor and Description |
|---|
VisualDirectedWeightedEdgePainterImpl()
Creates an instance of VisualDirectedWeightedEdgePainterImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(VisualGraphComponent component,
Graphics2D g2d)
Paints the VisualEdge.
|
void |
paintArrowHead(VisualEdge vEdge,
Graphics2D g2d)
Paints the arrowhead of the VisualEdge
|
paintTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpaintTextpublic VisualDirectedWeightedEdgePainterImpl()
public void paint(VisualGraphComponent component, Graphics2D g2d)
paint 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 vEdge, Graphics2D g2d)
paintArrowHead in interface VisualDirectedEdgePainterCopyright © 2019 JULIE Lab, Germany. All rights reserved.