Uses of Interface
org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d

Packages that use IGraphLayout2d
org.jzy3d.plot3d.primitives.graphs   
org.jzy3d.plot3d.primitives.graphs.layout   
 

Uses of IGraphLayout2d in org.jzy3d.plot3d.primitives.graphs
 

Methods in org.jzy3d.plot3d.primitives.graphs that return IGraphLayout2d
 IGraphLayout2d<V> IDrawableGraph2d.getGraphLayout()
           
 IGraphLayout2d<V> AbstractDrawableGraph2d.getGraphLayout()
           
 

Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraphLayout2d
 void IDrawableGraph2d.setGraphLayout(IGraphLayout2d<V> mapping)
           
 void AbstractDrawableGraph2d.setGraphLayout(IGraphLayout2d<V> layout)
           
 

Uses of IGraphLayout2d in org.jzy3d.plot3d.primitives.graphs.layout
 

Classes in org.jzy3d.plot3d.primitives.graphs.layout that implement IGraphLayout2d
 class DefaultGraphLayout2d<V>