Uses of Interface
org.jzy3d.maths.graphs.IGraph
Packages that use IGraph
Package
Description
-
Uses of IGraph in org.jzy3d.maths.graphs
Classes in org.jzy3d.maths.graphs that implement IGraphMethods in org.jzy3d.maths.graphs that return IGraphMethods in org.jzy3d.maths.graphs with parameters of type IGraphModifier and TypeMethodDescriptionstatic 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 IGraphMethods in org.jzy3d.plot3d.primitives.graphs that return IGraphModifier and TypeMethodDescriptionAbstractDrawableGraph2d.getGraphModel()IDrawableGraph2d.getGraphModel()Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraphModifier and TypeMethodDescriptionvoidAbstractDrawableGraph2d.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 IGraphModifier and TypeMethodDescriptionvoidPointGraph2d.setGraphModel(IGraph<V, E> graph) voidPointGraph2d.setGraphModel(IGraph<V, E> graph, PickingSupport picking) voidTextureGraph2d.setGraphModel(IGraph<V, E> graph, PickingSupport picking)