Uses of Class
org.jzy3d.plot3d.rendering.ddp.algorithms.PeelingMethod
- 
Packages that use PeelingMethod Package Description org.jzy3d.factories org.jzy3d.plot3d.rendering.ddp org.jzy3d.plot3d.rendering.ddp.algorithms  - 
- 
Uses of PeelingMethod in org.jzy3d.factories
Constructors in org.jzy3d.factories with parameters of type PeelingMethod Constructor Description DepthPeelingChartFactory(IPainterFactory painterFactory, PeelingMethod method)DepthPeelingChartFactory(PeelingMethod method) - 
Uses of PeelingMethod in org.jzy3d.plot3d.rendering.ddp
Methods in org.jzy3d.plot3d.rendering.ddp with parameters of type PeelingMethod Modifier and Type Method Description static ChartDepthPeelingChart. get(Quality quality, String chartType, PeelingMethod method)static ChartDepthPeelingChart. get(Quality quality, String chartType, PeelingMethod method, GLSLProgram.Strictness strictness)static ChartDepthPeelingChart. get(Quality quality, String chartType, PeelingMethod method, GLSLProgram.Strictness strictness, boolean editFactories)static IDepthPeelingAlgorithmDepthPeelingRenderer3d. getDepthPeelingAlgorithm(PeelingMethod method)Constructors in org.jzy3d.plot3d.rendering.ddp with parameters of type PeelingMethod Constructor Description DepthPeelingRenderer3d(PeelingMethod algorithm, DepthPeelingView view, boolean traceGL, boolean debugGL) - 
Uses of PeelingMethod in org.jzy3d.plot3d.rendering.ddp.algorithms
Methods in org.jzy3d.plot3d.rendering.ddp.algorithms that return PeelingMethod Modifier and Type Method Description static PeelingMethodPeelingMethod. 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. 
 -