| Package | Description |
|---|---|
| org.jzy3d.plot3d.rendering.ddp | |
| org.jzy3d.plot3d.rendering.ddp.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static Chart |
DepthPeelingChart.get(Quality quality,
String chartType,
PeelingMethod method) |
static Chart |
DepthPeelingChart.get(Quality quality,
String chartType,
PeelingMethod method,
GLSLProgram.Strictness strictness) |
static Chart |
DepthPeelingChart.get(Quality quality,
String chartType,
PeelingMethod method,
GLSLProgram.Strictness strictness,
boolean editFactories) |
static IDepthPeelingAlgorithm |
DepthPeelingRenderer3d.getDepthPeelingAlgorithm(PeelingMethod method) |
| Constructor and Description |
|---|
DepthPeelingRenderer3d(PeelingMethod algorithm,
DepthPeelingView view,
boolean traceGL,
boolean debugGL) |
PeelingComponentFactory(PeelingMethod method) |
| Modifier and Type | Method and Description |
|---|---|
static PeelingMethod |
PeelingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeelingMethod[] |
PeelingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.