Package | Description |
---|---|
org.jzy3d.chart.factories | |
org.jzy3d.plot3d.rendering.ordering | |
org.jzy3d.plot3d.rendering.scene |
Modifier and Type | Method and Description |
---|---|
AbstractOrderingStrategy |
IChartComponentFactory.newOrderingStrategy() |
AbstractOrderingStrategy |
ChartComponentFactory.newOrderingStrategy() |
Modifier and Type | Method and Description |
---|---|
Graph |
IChartComponentFactory.newGraph(Scene scene,
AbstractOrderingStrategy strategy,
boolean sort) |
Graph |
ChartComponentFactory.newGraph(Scene scene,
AbstractOrderingStrategy strategy,
boolean sort) |
Modifier and Type | Class and Description |
---|---|
class |
BarycentreOrderingStrategy
The
BarycentreOrderingStrategy compare two AbstractDrawable s by computing
their respective distances to the Camera , 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.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractOrderingStrategy |
Graph.strategy |
Modifier and Type | Method and Description |
---|---|
AbstractOrderingStrategy |
Graph.getStrategy()
Get the
@Drawable ordering strategy. |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setStrategy(AbstractOrderingStrategy strategy)
Set the
@Drawable ordering strategy. |
Constructor and Description |
---|
Graph(Scene scene,
AbstractOrderingStrategy strategy) |
Graph(Scene scene,
AbstractOrderingStrategy strategy,
boolean sort) |
Copyright © 2016. All rights reserved.