Uses of Class
org.jzy3d.plot3d.rendering.scene.Graph
-
-
Uses of Graph in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Graph Modifier and Type Method Description voidPickingSupport. pickObjects(IPainter painter, View view, Graph graph, IntegerCoord2d pickPoint) -
Uses of Graph in org.jzy3d.chart.controllers.targets
Methods in org.jzy3d.chart.controllers.targets with parameters of type Graph Modifier and Type Method Description static voidColorMapperUpdater. update(Graph g, Scale scale) -
Uses of Graph in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Graph Modifier and Type Method Description GraphChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)GraphIChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of Graph in org.jzy3d.colors
Fields in org.jzy3d.colors declared as Graph Modifier and Type Field Description protected GraphOrderingStrategyScoreColorMapper. sceneGraphConstructors in org.jzy3d.colors with parameters of type Graph Constructor Description OrderingStrategyScoreColorMapper(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor) -
Uses of Graph in org.jzy3d.factories
Methods in org.jzy3d.factories that return Graph Modifier and Type Method Description GraphDepthPeelingChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of Graph in org.jzy3d.plot3d.primitives.interactive.tools
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Graph Modifier and Type Method Description static List<PolygonProjection>ProjectionUtils. project(IPainter painter, Graph g) -
Uses of Graph in org.jzy3d.plot3d.rendering.scene
Subclasses of Graph in org.jzy3d.plot3d.rendering.scene Modifier and Type Class Description classMultithreadedGraphWORK IN PROGRESS ================= Split drawing tasks to multiple thread, and wait for termination of all drawing tasks before exiting the draw method, hence ensuring a consistent display.Fields in org.jzy3d.plot3d.rendering.scene declared as Graph Modifier and Type Field Description protected GraphScene. graphMethods in org.jzy3d.plot3d.rendering.scene that return Graph Modifier and Type Method Description GraphScene. getGraph()Get the scene graph attached to this scene.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Graph Modifier and Type Method Description voidScene. setGraph(Graph graph)Attach a scene graph to this scene.Constructors in org.jzy3d.plot3d.rendering.scene with parameters of type Graph Constructor Description Scene(Graph graph) -
Uses of Graph in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return Graph Modifier and Type Method Description GraphView. getAnnotations()
-