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 TypeMethodDescriptionvoid
AbstractDrawableGraph2d.setGraphModel
(IGraph<V, E> graph) void
AbstractDrawableGraph2d.setGraphModel
(IGraph<V, E> graph, PickingSupport picking) void
IDrawableGraph2d.setGraphModel
(IGraph<V, E> graph) void
IDrawableGraph2d.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 TypeMethodDescriptionvoid
PointGraph2d.setGraphModel
(IGraph<V, E> graph) void
PointGraph2d.setGraphModel
(IGraph<V, E> graph, PickingSupport picking) void
TextureGraph2d.setGraphModel
(IGraph<V, E> graph, PickingSupport picking)