Uses of Interface
org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
-
Packages that use IGraphFormatter Package Description org.jzy3d.plot3d.primitives.graphs org.jzy3d.plot3d.primitives.graphs.layout -
-
Uses of IGraphFormatter in org.jzy3d.plot3d.primitives.graphs
Fields in org.jzy3d.plot3d.primitives.graphs declared as IGraphFormatter Modifier and Type Field Description protected IGraphFormatter<V,E>
AbstractDrawableGraph2d. formatter
Methods in org.jzy3d.plot3d.primitives.graphs that return IGraphFormatter Modifier and Type Method Description IGraphFormatter<V,E>
AbstractDrawableGraph2d. getGraphFormatter()
IGraphFormatter<V,E>
IDrawableGraph2d. getGraphFormatter()
Methods in org.jzy3d.plot3d.primitives.graphs with parameters of type IGraphFormatter Modifier and Type Method Description void
AbstractDrawableGraph2d. setGraphFormatter(IGraphFormatter<V,E> formatter)
void
IDrawableGraph2d. 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 Modifier and Type Class Description class
DefaultGraphFormatter<V,E>
-