Uses of Class
org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
Package
Description
-
Uses of AbstractOrderingStrategy in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionChartFactory.newOrderingStrategy()
IChartFactory.newOrderingStrategy()
Modifier and TypeMethodDescriptionChartFactory.newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) IChartFactory.newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.factories
Modifier and TypeMethodDescriptionDepthPeelingChartFactory.newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) -
Uses of AbstractOrderingStrategy in org.jzy3d.plot3d.rendering.ordering
Modifier and TypeClassDescriptionclass
TheBarycentreOrderingStrategy
compare twoDrawable
s by computing their respective distances to theCamera
, which must be referenced prior to any comparison.class
The 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
Modifier and TypeMethodDescriptionGraph.getStrategy()
Get theinvalid @link
{@link @Drawable
Modifier and TypeMethodDescriptionvoid
Graph.setStrategy
(AbstractOrderingStrategy strategy) Set theinvalid @link
{@link @Drawable
ModifierConstructorDescriptionGraph
(Scene scene, AbstractOrderingStrategy strategy) Graph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) MultithreadedGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort)