| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.layout |
| Modifier and Type | Method and Description |
|---|---|
GraphLayoutManager |
VisualGraph.getGraphLayoutManager()
Returns the layout manager used to layout the vertices of the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisualEdge.paint(Graphics2D g2d,
GraphLayoutManager layoutmanager)
Draw the VisualEdge with the specified 2D graphics context.
|
void |
VisualGraph.setGraphLayoutManager(GraphLayoutManager layoutmanager)
Sets the layout manager to use to layout the vertices of the graph.
|
void |
GraphScrollPane.setGraphLayoutManager(GraphLayoutManager layoutmanager)
Sets the layout manager to use to layout the vertices of the graph.
|
void |
GraphPanel.setGraphLayoutManager(GraphLayoutManager layoutmanager)
Sets the layout manager to use to layout the vertices of the graph.
|
void |
GraphEditor.setGraphLayoutManager(GraphLayoutManager layoutmanager)
Sets the layout manager to use to layout the vertices of the graph.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphGridLayoutManager
An extension of the GraphLayoutManager interface specifically
for placing vertices in grids.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGridLayout
An abstract implementation of the GraphLayoutManager interface.
|
class |
ForceDirectedLayout
An implementation of a directed-force layout using logarithmic springs
and electrical forces, as discussed in Chapter 10 of the book
"Graph Drawing".
|
class |
LayeredTreeLayout |
class |
OrthogonalLineLayout
A concrete implementation of GraphLayoutManager, extending AbstractGraphLayout,
used to layout the vertices of a graph with horizontal and vertices line edges.
|
class |
RadialTreeLayout
An implementation of a radial tree layout drawing, as described on
page 52 of the book "Graph Drawing".
|
class |
StraightLineLayout |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.