| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.layout | |
| salvo.jesus.graph.xml |
| Modifier and Type | Method and Description |
|---|---|
VisualGraph |
VisualGraphComponent.getVisualGraph()
Returns the VisualGraph where the VisualGraphComponent is contained.
|
VisualGraph |
GraphScrollPane.getVisualGraph()
Returns the VisualGraph that is encapsulated within
GraphScrollPane.GraphPanelSizeable.
|
VisualGraph |
GraphPanel.getVisualGraph()
Returns the VisualGraph that this class encapsulates.
|
VisualGraph |
GraphEditor.getVisualGraph()
Returns the VisualGraph object that is encapsulated in GraphEditor.
|
VisualGraph |
AbstractVisualGraphComponent.getVisualGraph()
Returns the VisualGraph where the VisualGraphComponent is contained.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphScrollPane.setVisualGraph(VisualGraph vg)
Sets the VisualGraph that is encapsulated within
GraphScrollPane.GraphPanelSizeable.
|
void |
GraphEditor.setVisualGraph(VisualGraph vg)
Sets the new VisualGraph object that is encapsulated by GraphEditor.
|
void |
GraphPanel.setVisualGraph(VisualGraph vg,
GraphScrollPane gp)
Sets the VisualGraph that this class encapsulates.
|
| Constructor and Description |
|---|
GraphEditor(GraphPanelState gps,
VisualGraph vgraph)
Creates a GraphEditor object with a given VisualGraph and a given state,
the GraphPanel property of GraphPanelState will be set.
|
GraphEditor(VisualGraph vgraph)
Creates a GraphEditor object with a given VisualGraph to draw
|
GraphScrollPane(GraphPanelState gps,
VisualGraph vgraph)
Creates a GraphScrollPane object with the given GraphPanelState and initializes the scrollbars and the
GraphPanelSizeable which it encapsulates.
|
GraphScrollPane(VisualGraph vgraph)
calls GraphScrollPane(new GraphPanelNormalState(), vgraph)
|
VisualEdge(Edge edge,
VisualGraph vGraph)
Creates a new VisualEdge object that encapsulates the given Edge object.
|
VisualVertex(Vertex vertex,
Font f,
VisualGraph vGraph)
Creates a new VisualVertex object that encapsulates the given Vertex object
using the Font specified to draw the string inside the VisualVertex.
|
VisualVertex(Vertex vertex,
Shape shape,
Color c,
Color bgcolor,
Font f,
VisualGraph vGraph)
Creates a new VisualVertex object that encapsulates the given Vertex object
with the given visual attributes.
|
VisualVertex(Vertex vertex,
VisualGraph vGraph)
Creates a new VisualVertex object that encapsulates the given Vertex object
This defaults the font to Lucida Sans, the outline color to black and the
fill or background colot to Color( 0, 255, 255 ).
|
| Modifier and Type | Method and Description |
|---|---|
VisualGraph |
GraphLayoutEvent.getVisualGraph()
Convenience method that is similar to getSource() but returns an explicit
VisualGraph object.
|
| Constructor and Description |
|---|
AbstractGridLayout(VisualGraph vgraph)
Creates a GraphLayoutManager object, specifying vgraph as the
VisualGraph object to be laid out.
|
ForceDirectedLayout(VisualGraph vGraph) |
GraphLayoutEvent(VisualGraph vgraph,
VisualVertex vvertex)
Creates a GraphLayoutEvent object indicating the VisualVertex object
that has been laid out and the VisualGraph where the VisualVertex object
belongs.
|
LayeredTreeLayout(VisualGraph vGraph) |
OrthogonalLineLayout(VisualGraph vgraph)
Creates a OrthogonalLineLayout object used to layout the VisualGraph object
specified by vgraph.
|
RadialTreeLayout(VisualGraph vGraph) |
StraightLineLayout(VisualGraph vgraph)
Creates a StraightLineLayout object used to layout the VisualGraph object
specified by vgraph.
|
| Modifier and Type | Method and Description |
|---|---|
VisualGraph |
XMLToGraphHandler.getVisualGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphToXMLEventGeneratorImpl.notifyStartSerialize(VisualGraph vGraph) |
void |
GraphToXMLEventGenerator.notifyStartSerialize(VisualGraph vGraph) |
void |
GraphToXMLEventGeneratorImpl.serialize(VisualGraph vGraph) |
void |
GraphToXMLEventGenerator.serialize(VisualGraph vGraph) |
void |
GraphToXMLHandler.startSerialize(VisualGraph vGraph)
Called only once before the serialization process begins.
|
void |
GraphToXGMMLSAXHandler.startSerialize(VisualGraph vGraph)
Initializes the delegate to be the inner class VisualGraphHandler,
and calls the startSerialize() method of the delegate.
|
void |
GraphToXGMMLDOMHandler.startSerialize(VisualGraph vGraph)
Initializes the delegate to be the inner class VisualGraphHandler,
and calls the startSerialize() method of the delegate.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.