Uses of Interface
org.jzy3d.maths.graphs.IGraph
Package
Description
-
Uses of IGraph in org.jzy3d.maths.graphs
Modifier and TypeMethodDescriptionstatic DefaultGraphLayout2d<String>
StringGraphGenerator.getRandomLayout
(IGraph<String, String> graph, float size) -
Uses of IGraph in org.jzy3d.plot3d.primitives.graphs
Modifier and TypeMethodDescriptionAbstractDrawableGraph2d.getGraphModel()
IDrawableGraph2d.getGraphModel()
Modifier 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
Modifier 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)