Uses of Class
org.jzy3d.plot3d.rendering.scene.Graph
Packages that use Graph
Package
Description
-
Uses of Graph in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type GraphModifier and TypeMethodDescriptionvoid
PickingSupport.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 -
Uses of Graph in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return GraphModifier and TypeMethodDescriptionChartFactory.newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) IChartFactory.newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of Graph in org.jzy3d.colors
Fields in org.jzy3d.colors declared as GraphConstructors in org.jzy3d.colors with parameters of type GraphModifierConstructorDescriptionOrderingStrategyScoreColorMapper
(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor) -
Uses of Graph in org.jzy3d.factories
Methods in org.jzy3d.factories that return GraphModifier and TypeMethodDescriptionDepthPeelingChartFactory.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 -
Uses of Graph in org.jzy3d.plot3d.rendering.scene
Subclasses of Graph in org.jzy3d.plot3d.rendering.sceneModifier and TypeClassDescriptionclass
WORK 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 GraphMethods in org.jzy3d.plot3d.rendering.scene that return GraphMethods in org.jzy3d.plot3d.rendering.scene with parameters of type GraphModifier and TypeMethodDescriptionvoid
Attach a scene graph to this scene.Constructors in org.jzy3d.plot3d.rendering.scene with parameters of type Graph -
Uses of Graph in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return Graph