Uses of Interface
org.jzy3d.maths.graphs.IGraph
-
Packages that use IGraph Package Description 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 Modifier and Type Class Description classDefaultGraph<V,E>Methods in org.jzy3d.maths.graphs that return IGraph Modifier and Type Method Description static IGraph<String,String>StringGraphGenerator. getGraph(int nodes, int edges)Methods in org.jzy3d.maths.graphs with parameters of type IGraph Modifier and Type Method Description 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 Modifier and Type Field Description protected IGraph<V,E>AbstractDrawableGraph2d. graphMethods in org.jzy3d.plot3d.primitives.graphs that return IGraph Modifier and Type Method Description IGraph<V,E>AbstractDrawableGraph2d. getGraphModel()IGraph<V,E>IDrawableGraph2d. getGraphModel()Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraph Modifier and Type Method Description voidAbstractDrawableGraph2d. setGraphModel(IGraph<V,E> graph)voidAbstractDrawableGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)voidIDrawableGraph2d. setGraphModel(IGraph<V,E> graph)voidIDrawableGraph2d. 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 Modifier and Type Method Description voidPointGraph2d. setGraphModel(IGraph<V,E> graph)voidPointGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)voidTextureGraph2d. setGraphModel(IGraph<V,E> graph, PickingSupport picking)
-