Uses of Interface
net.sourceforge.swtlayeredgraph.IGraphGridLayer

Packages that use IGraphGridLayer
net.sourceforge.swtlayeredgraph   
net.sourceforge.swtlayeredgraph.examples.graphsettings   
 

Uses of IGraphGridLayer in net.sourceforge.swtlayeredgraph
 

Classes in net.sourceforge.swtlayeredgraph that implement IGraphGridLayer
 class GraphGridLayer
           
 

Methods in net.sourceforge.swtlayeredgraph that return IGraphGridLayer
 IGraphGridLayer SwtLayeredGraph.getGrid()
          Gets the current grid layer.
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type IGraphGridLayer
 void SwtLayeredGraph.setGrid(IGraphGridLayer grid)
          Sets the current grid layer to the specified grid.
 

Uses of IGraphGridLayer in net.sourceforge.swtlayeredgraph.examples.graphsettings
 

Constructors in net.sourceforge.swtlayeredgraph.examples.graphsettings with parameters of type IGraphGridLayer
GridSettingsWindow(IGraphGridLayer grid, org.eclipse.swt.widgets.Composite composite)
          Default constructor.
 



Copyright © 2009. All Rights Reserved.