Uses of Interface
org.jzy3d.maths.graphs.IGraph

Packages that use IGraph
org.jzy3d.maths.graphs   
org.jzy3d.plot3d.primitives.graphs   
org.jzy3d.plot3d.primitives.graphs.impl   
 

Uses of IGraph in org.jzy3d.maths.graphs
 

Classes in org.jzy3d.maths.graphs that implement IGraph
 class DefaultGraph<V,E>
           
 

Methods in org.jzy3d.maths.graphs that return IGraph
static IGraph<String,String> StringGraphGenerator.getGraph(int nodes, int edges)
           
 

Methods in org.jzy3d.maths.graphs with parameters of type IGraph
static DefaultGraphLayout2d<String> StringGraphGenerator.getRandomLayout(IGraph<String,String> graph, float size)
           
 

Uses of IGraph in org.jzy3d.plot3d.primitives.graphs
 

Fields in org.jzy3d.plot3d.primitives.graphs declared as IGraph
protected  IGraph<V,E> AbstractDrawableGraph2d.graph
           
 

Methods in org.jzy3d.plot3d.primitives.graphs that return IGraph
 IGraph<V,E> IDrawableGraph2d.getGraphModel()
           
 IGraph<V,E> AbstractDrawableGraph2d.getGraphModel()
           
 

Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraph
 void IDrawableGraph2d.setGraphModel(IGraph<V,E> graph)
           
 void AbstractDrawableGraph2d.setGraphModel(IGraph<V,E> graph)
           
 void IDrawableGraph2d.setGraphModel(IGraph<V,E> graph, PickingSupport picking)
           
 void AbstractDrawableGraph2d.setGraphModel(IGraph<V,E> graph, PickingSupport picking)
           
 

Uses of IGraph in org.jzy3d.plot3d.primitives.graphs.impl
 

Methods in org.jzy3d.plot3d.primitives.graphs.impl with parameters of type IGraph
 void PointGraph2d.setGraphModel(IGraph<V,E> graph)
           
 void TextureGraph2d.setGraphModel(IGraph<V,E> graph, PickingSupport picking)
           
 void PointGraph2d.setGraphModel(IGraph<V,E> graph, PickingSupport picking)