| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.drawing | |
| salvo.jesus.graph.visual.layout |
| Modifier and Type | Method and Description |
|---|---|
VisualEdge |
VisualGraph.getVisualEdge(Edge edge) |
VisualEdge |
VisualGraph.getVisualEdge(int x,
int y)
Returns a VisualEdge whose line is nearest the specified point.
|
| Modifier and Type | Method and Description |
|---|---|
float |
VisualEdge.getEdgeLength(VisualEdge vEdge,
Point fromPoint,
Point toPoint)
Returns the length of the VisualEdge as dictated by its GeneralPath
|
void |
VisualGraph.removeEdge(VisualEdge vedge)
Removes an Edge object from the Graph object encapsulated by the VisualGraph object.
|
void |
VisualGraph.setVisualEdge(Edge edge,
VisualEdge newVisualEdge) |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualDirectedWeightedEdgePainterImpl.paintArrowHead(VisualEdge vEdge,
Graphics2D g2d)
Paints the arrowhead of the VisualEdge
|
void |
VisualDirectedEdgePainterImpl.paintArrowHead(VisualEdge ve,
Graphics2D g2d)
Draws the arrow head
|
void |
VisualDirectedEdgePainter.paintArrowHead(VisualEdge ve,
Graphics2D g2d)
Draws the arrowhead for the edge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadialTreeLayout.addEdge(VisualEdge vEdge) |
void |
OrthogonalLineLayout.addEdge(VisualEdge vedge)
Automatically called by the VisualGraph's edgeAdded() method
whenever an edge has been added to the graph and consequently
when a VisualEdge has been added to the VisualGraph object.
|
void |
LayeredTreeLayout.addEdge(VisualEdge vEdge) |
void |
GraphLayoutManager.addEdge(VisualEdge vedge)
Automatically called when a VisualEdge object has been added
to the VisualGraph object being laid out.
|
void |
ForceDirectedLayout.addEdge(VisualEdge vEdge) |
void |
ForceDirectedLayout.paintEdge(Graphics2D g2d,
VisualEdge vEdge) |
void |
RadialTreeLayout.removeEdge(VisualEdge vEdge) |
void |
OrthogonalLineLayout.removeEdge(VisualEdge vedge)
Automatically called by the VisualGraph's edgeRemoved() method
whenever an edge is about to be removed from the graph and consequently
when a VisualEdge is about to be removed from the VisualGraph object.
|
void |
LayeredTreeLayout.removeEdge(VisualEdge vEdge) |
void |
GraphLayoutManager.removeEdge(VisualEdge vedge)
Automatically called when a VisualEdge object is about to be removed
from the VisualGraph object being laid out.
|
void |
ForceDirectedLayout.removeEdge(VisualEdge vEdge) |
void |
RadialTreeLayout.routeEdge(Graphics2D g2d,
VisualEdge vEdge) |
void |
OrthogonalLineLayout.routeEdge(Graphics2D g2d,
VisualEdge vedge) |
void |
LayeredTreeLayout.routeEdge(Graphics2D g2d,
VisualEdge vEdge) |
void |
GraphLayoutManager.routeEdge(Graphics2D g2d,
VisualEdge vEdge)
Automatically called when a VisualEdge object needs to be drawn.
|
void |
ForceDirectedLayout.routeEdge(Graphics2D g2d,
VisualEdge vEdge) |
protected void |
StraightLineLayout.routeEdge(VisualEdge vedge) |
protected void |
OrthogonalLineLayout.routeEdge(VisualEdge vedge) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.