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 AbstractOrderingStrategy
ChartFactory. newOrderingStrategy()
AbstractOrderingStrategy
IChartFactory. newOrderingStrategy()
Methods in org.jzy3d.chart.factories with parameters of type AbstractOrderingStrategy Modifier and Type Method Description Graph
ChartFactory. newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)
Graph
IChartFactory. 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 Graph
DepthPeelingChartFactory. 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 class
BarycentreOrderingStrategy
TheBarycentreOrderingStrategy
compare twoDrawable
s by computing their respective distances to theCamera
, which must be referenced prior to any comparison.class
DefaultOrderingStrategy
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
Fields in org.jzy3d.plot3d.rendering.scene declared as AbstractOrderingStrategy Modifier and Type Field Description protected AbstractOrderingStrategy
Graph. strategy
Methods in org.jzy3d.plot3d.rendering.scene that return AbstractOrderingStrategy Modifier and Type Method Description AbstractOrderingStrategy
Graph. getStrategy()
Get the {@link @Drawable} ordering strategy.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractOrderingStrategy Modifier and Type Method Description void
Graph. 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)
-