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
Fields in org.jzy3d.factories declared as PeelingMethod Modifier and Type Field Description protected PeelingMethodDepthPeelingPainterFactory. peelingMethodMethods in org.jzy3d.factories that return PeelingMethod Modifier and Type Method Description PeelingMethodDepthPeelingPainterFactory. getPeelingMethod()Methods in org.jzy3d.factories with parameters of type PeelingMethod Modifier and Type Method Description voidDepthPeelingPainterFactory. setPeelingMethod(PeelingMethod peelingMethod) -
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 IDepthPeelingAlgorithmDepthPeelingRenderer3d. getDepthPeelingAlgorithm(PeelingMethod method)Constructors in org.jzy3d.plot3d.rendering.ddp with parameters of type PeelingMethod Constructor Description DepthPeelingRenderer3d(PeelingMethod algorithm, View 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.
-