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

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

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

Methods in org.jzy3d.plot3d.primitives.graphs that return IGraphFormatter
 IGraphFormatter<V,E> IDrawableGraph2d.getGraphFormatter()
           
 IGraphFormatter<V,E> AbstractDrawableGraph2d.getGraphFormatter()
           
 

Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraphFormatter
 void IDrawableGraph2d.setGraphFormatter(IGraphFormatter<V,E> formatter)
           
 void AbstractDrawableGraph2d.setGraphFormatter(IGraphFormatter<V,E> formatter)
           
 

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

Classes in org.jzy3d.plot3d.primitives.graphs.layout that implement IGraphFormatter
 class DefaultGraphFormatter<V,E>