Uses of Interface
org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
-
Packages that use IGraphLayout2d Package Description org.jzy3d.plot3d.primitives.graphs org.jzy3d.plot3d.primitives.graphs.layout -
-
Uses of IGraphLayout2d in org.jzy3d.plot3d.primitives.graphs
Fields in org.jzy3d.plot3d.primitives.graphs declared as IGraphLayout2d Modifier and Type Field Description protected IGraphLayout2d<V>
AbstractDrawableGraph2d. layout
Methods in org.jzy3d.plot3d.primitives.graphs that return IGraphLayout2d Modifier and Type Method Description IGraphLayout2d<V>
AbstractDrawableGraph2d. getGraphLayout()
IGraphLayout2d<V>
IDrawableGraph2d. getGraphLayout()
Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraphLayout2d Modifier and Type Method Description void
AbstractDrawableGraph2d. setGraphLayout(IGraphLayout2d<V> layout)
void
IDrawableGraph2d. setGraphLayout(IGraphLayout2d<V> mapping)
-
Uses of IGraphLayout2d in org.jzy3d.plot3d.primitives.graphs.layout
Classes in org.jzy3d.plot3d.primitives.graphs.layout that implement IGraphLayout2d Modifier and Type Class Description class
DefaultGraphLayout2d<V>
-