public class VEProviderGraphContainer extends Object implements GraphContainer, VertexListener, EdgeListener
| Modifier and Type | Class and Description |
|---|---|
class |
VEProviderGraphContainer.PseudoEdge |
class |
VEProviderGraphContainer.ScaleProperty |
class |
VEProviderGraphContainer.VEGraph |
GraphContainer.ChangeListener| Constructor and Description |
|---|
VEProviderGraphContainer(GraphProvider graphProvider,
ProviderManager providerManager) |
public VEProviderGraphContainer(GraphProvider graphProvider, ProviderManager providerManager)
public int getSemanticZoomLevel()
getSemanticZoomLevel in interface DisplayStatepublic void setSemanticZoomLevel(int level)
setSemanticZoomLevel in interface DisplayStatepublic double getScale()
getScale in interface DisplayStatepublic com.vaadin.data.Property getScaleProperty()
getScaleProperty in interface GraphContainerpublic void setScale(double scale)
setScale in interface DisplayStatepublic void setLayoutAlgorithm(LayoutAlgorithm layoutAlgorithm)
setLayoutAlgorithm in interface DisplayStatepublic LayoutAlgorithm getLayoutAlgorithm()
getLayoutAlgorithm in interface DisplayStatepublic void redoLayout()
redoLayout in interface DisplayStatepublic GraphProvider getBaseTopology()
getBaseTopology in interface GraphContainerpublic void setBaseTopology(GraphProvider graphProvider)
setBaseTopology in interface GraphContainerpublic void setStatusProvider(StatusProvider statusProvider)
setStatusProvider in interface GraphContainerpublic void addVertexProvider(VertexProvider vertexProvider)
public void removeVertexProvider(VertexProvider vertexProvider)
public void addEdgeProvider(EdgeProvider edgeProvider)
public void removeEdgeProvider(EdgeProvider edgeProvider)
public Graph getGraph()
getGraph in interface GraphContainerpublic Criteria getCriteria(String namespace)
getCriteria in interface GraphContainerpublic void setCriteria(Criteria criteria)
setCriteria in interface GraphContainerpublic void addChangeListener(GraphContainer.ChangeListener listener)
addChangeListener in interface GraphContainerpublic void removeChangeListener(GraphContainer.ChangeListener listener)
removeChangeListener in interface GraphContainerpublic Collection<VertexRef> getVertexRefForest(Collection<VertexRef> vertexRefs)
getVertexRefForest in interface GraphContainerpublic void edgeSetChanged(EdgeProvider provider)
edgeSetChanged in interface EdgeListenerpublic void edgeSetChanged(EdgeProvider provider, Collection<? extends Edge> added, Collection<? extends Edge> updated, Collection<String> removedEdgeIds)
edgeSetChanged in interface EdgeListenerpublic void vertexSetChanged(VertexProvider provider)
vertexSetChanged in interface VertexListenerpublic void vertexSetChanged(VertexProvider provider, Collection<? extends Vertex> added, Collection<? extends Vertex> update, Collection<String> removedVertexIds)
vertexSetChanged in interface VertexListenerpublic MapViewManager getMapViewManager()
getMapViewManager in interface GraphContainerpublic StatusProvider getStatusProvider()
getStatusProvider in interface GraphContainerCopyright © 2015. All Rights Reserved.