Uses of Class
net.sourceforge.swtlayeredgraph.GraphLayer

Packages that use GraphLayer
net.sourceforge.swtlayeredgraph   
 

Uses of GraphLayer in net.sourceforge.swtlayeredgraph
 

Methods in net.sourceforge.swtlayeredgraph that return GraphLayer
 GraphLayer SwtLayeredGraph.createLayer(java.lang.String layerName)
          Creates a new layer with the specified name and adds it to the graph.
 GraphLayer SwtLayeredGraph.getLayer(java.lang.String layerName)
          Gets the layer with the specified name.
 

Methods in net.sourceforge.swtlayeredgraph that return types with arguments of type GraphLayer
 LayerContainer<GraphLayer> SwtLayeredGraph.getLayerContainer()
          Gets the graph container.
 java.util.List<GraphLayer> SwtLayeredGraph.getLayers()
          Gets a copy of the list of layers.
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type GraphLayer
 void SwtLayeredGraph.addLayer(GraphLayer layer)
          Adds the specified layer to the graph.
 void SwtLayeredGraph.removeLayer(GraphLayer layer)
          Removes the specified layer.
 



Copyright © 2009. All Rights Reserved.