| 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  | BarycentreOrderingStrategyThe  BarycentreOrderingStrategycompare twoAbstractDrawables by computing
 their respective distances to theCamera, which must be referenced prior to any
 comparison. | 
| class  | DefaultOrderingStrategyThe 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  @Drawableordering strategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Graph. setStrategy(AbstractOrderingStrategy strategy)Set the  @Drawableordering strategy. | 
| Constructor and Description | 
|---|
| Graph(Scene scene,
     AbstractOrderingStrategy strategy) | 
| Graph(Scene scene,
     AbstractOrderingStrategy strategy,
     boolean sort) | 
Copyright © 2016. All rights reserved.