Modifier and Type | Method and Description |
---|---|
Graph |
GraphContainer.getGraph() |
Graph |
TopologyServiceClient.getGraph(Criteria[] criteria,
int semanticZoomLevel) |
Graph |
TopologyService.getGraph(String metaTopologyId,
String namespace,
Criteria[] criteria,
int semanticZoomLevel) |
Modifier and Type | Method and Description |
---|---|
void |
GraphVisitor.completeGraph(Graph graph) |
void |
LayoutAlgorithm.updateLayout(Graph graph) |
void |
GraphVisitor.visitGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
Graph |
VEProviderGraphContainer.getGraph() |
protected Graph |
TopologyComponent.getGraph() |
Graph |
DefaultTopologyServiceClient.getGraph(Criteria[] criteria,
int semanticZoomLevel) |
Modifier and Type | Method and Description |
---|---|
void |
GraphPainter.completeGraph(Graph graph) |
void |
SimpleLayoutAlgorithm.updateLayout(Graph graph) |
void |
ManualLayoutAlgorithm.updateLayout(Graph graph) |
void |
GraphPainter.visitGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
protected static Dimension |
AbstractLayoutAlgorithm.selectLayoutSize(Graph graph) |
void |
TopoFRLayoutAlgorithm.updateLayout(Graph graph) |
void |
SpringLayoutAlgorithm.updateLayout(Graph graph) |
void |
ISOMLayoutAlgorithm.updateLayout(Graph graph) |
void |
KKLayoutAlgorithm.updateLayout(Graph graph) |
void |
D3TopoLayoutAlgorithm.updateLayout(Graph graph) |
void |
GridLayoutAlgorithm.updateLayout(Graph graph)
Updates the current layout by extracting the containers graph and then perform a (x,y) transformation
of all vertices.
|
void |
FRLayoutAlgorithm.updateLayout(Graph graph) |
void |
CircleLayoutAlgorithm.updateLayout(Graph graph) |
void |
RealUltimateLayoutAlgorithm.updateLayout(Graph graph) |
abstract void |
AbstractLayoutAlgorithm.updateLayout(Graph graph) |
void |
HierarchyLayoutAlgorithm.updateLayout(Graph graph)
Updates the current layout by extracting the containers graph and then perform a (x,y) tranformation
of all vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraph |
Modifier and Type | Method and Description |
---|---|
Graph |
DefaultTopologyService.getGraph(String metaTopologyId,
String namespace,
Criteria[] criteria,
int semanticZoomLevel) |
Modifier and Type | Method and Description |
---|---|
boolean |
LayoutManager.isPersistedLayoutEqualToCurrentLayout(Graph graph) |
LayoutEntity |
LayoutManager.loadLayout(Graph graph) |
Copyright © 2021. All rights reserved.