Uses of Class
org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
-
Packages that use AbstractOrderingStrategy Package Description org.jzy3d.chart.factories org.jzy3d.factories org.jzy3d.plot3d.rendering.ordering org.jzy3d.plot3d.rendering.scene -
-
Uses of AbstractOrderingStrategy in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return AbstractOrderingStrategy Modifier and Type Method Description AbstractOrderingStrategyChartFactory. newOrderingStrategy()AbstractOrderingStrategyIChartFactory. newOrderingStrategy()Methods in org.jzy3d.chart.factories with parameters of type AbstractOrderingStrategy Modifier and Type Method Description GraphChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)GraphIChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.factories
Methods in org.jzy3d.factories with parameters of type AbstractOrderingStrategy Modifier and Type Method Description GraphDepthPeelingChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.ordering
Subclasses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.ordering Modifier and Type Class Description classBarycentreOrderingStrategyTheBarycentreOrderingStrategycompare twoDrawables by computing their respective distances to theCamera, which must be referenced prior to any comparison.classDefaultOrderingStrategyThe 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 AbstractOrderingStrategy Modifier and Type Field Description protected AbstractOrderingStrategyGraph. strategyMethods in org.jzy3d.plot3d.rendering.scene that return AbstractOrderingStrategy Modifier and Type Method Description AbstractOrderingStrategyGraph. getStrategy()Get the {@link @Drawable} ordering strategy.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractOrderingStrategy Modifier and Type Method Description voidGraph. setStrategy(AbstractOrderingStrategy strategy)Set the {@link @Drawable} ordering strategy.Constructors in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractOrderingStrategy Constructor Description Graph(Scene scene, AbstractOrderingStrategy strategy)Graph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)MultithreadedGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)
-