Uses of Class
org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
Packages that use AbstractOrderingStrategy
Package
Description
-
Uses of AbstractOrderingStrategy in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return AbstractOrderingStrategyModifier and TypeMethodDescriptionChartFactory.newOrderingStrategy()IChartFactory.newOrderingStrategy()Methods in org.jzy3d.chart.factories with parameters of type AbstractOrderingStrategyModifier and TypeMethodDescriptionChartFactory.newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) IChartFactory.newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.factories
Methods in org.jzy3d.factories with parameters of type AbstractOrderingStrategyModifier and TypeMethodDescriptionDepthPeelingChartFactory.newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.ordering
Subclasses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.orderingModifier and TypeClassDescriptionclassTheBarycentreOrderingStrategycompare twoDrawables by computing their respective distances to theCamera, which must be referenced prior to any comparison.classThe default ordering strategy let drawables be displayed in their original order and as thus no computation cost. -
Uses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.scene
Fields in org.jzy3d.plot3d.rendering.scene declared as AbstractOrderingStrategyMethods in org.jzy3d.plot3d.rendering.scene that return AbstractOrderingStrategyModifier and TypeMethodDescriptionGraph.getStrategy()Get the} ordering strategy.invalid @link
{@link @DrawableMethods in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractOrderingStrategyModifier and TypeMethodDescriptionvoidGraph.setStrategy(AbstractOrderingStrategy strategy) Set the} ordering strategy.invalid @link
{@link @DrawableConstructors in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractOrderingStrategyModifierConstructorDescriptionGraph(Scene scene, AbstractOrderingStrategy strategy) Graph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) MultithreadedGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)