Uses of Interface
org.jzy3d.plot3d.rendering.ddp.algorithms.IDepthPeelingAlgorithm
-
Packages that use IDepthPeelingAlgorithm Package Description org.jzy3d.plot3d.rendering.ddp org.jzy3d.plot3d.rendering.ddp.algorithms -
-
Uses of IDepthPeelingAlgorithm in org.jzy3d.plot3d.rendering.ddp
Fields in org.jzy3d.plot3d.rendering.ddp declared as IDepthPeelingAlgorithm Modifier and Type Field Description protected IDepthPeelingAlgorithm
DepthPeelingRenderer3d. dualPeelingAlgorithm
Methods in org.jzy3d.plot3d.rendering.ddp that return IDepthPeelingAlgorithm Modifier and Type Method Description static IDepthPeelingAlgorithm
DepthPeelingRenderer3d. getDepthPeelingAlgorithm(PeelingMethod method)
-
Uses of IDepthPeelingAlgorithm in org.jzy3d.plot3d.rendering.ddp.algorithms
Classes in org.jzy3d.plot3d.rendering.ddp.algorithms that implement IDepthPeelingAlgorithm Modifier and Type Class Description class
AbstractAccumulationDepthPeeling
class
AbstractDepthPeelingAlgorithm
class
DualDepthPeelingAlgorithm
class
FrontToBackPeelingAlgorithm
class
WeightedAveragePeelingAlgorithm
class
WeightedSumPeelingAlgorithm
-