Uses of Enum
org.jzy3d.plot3d.rendering.ddp.algorithms.PeelingMethod
Packages that use PeelingMethod
Package
Description
-
Uses of PeelingMethod in org.jzy3d.factories
Fields in org.jzy3d.factories declared as PeelingMethodModifier and TypeFieldDescriptionprotected PeelingMethod
DepthPeelingPainterFactory.peelingMethod
Methods in org.jzy3d.factories that return PeelingMethodMethods in org.jzy3d.factories with parameters of type PeelingMethodModifier and TypeMethodDescriptionvoid
DepthPeelingPainterFactory.setPeelingMethod
(PeelingMethod peelingMethod) -
Uses of PeelingMethod in org.jzy3d.plot3d.rendering.ddp
Methods in org.jzy3d.plot3d.rendering.ddp with parameters of type PeelingMethodModifier and TypeMethodDescriptionstatic IDepthPeelingAlgorithm
DepthPeelingRenderer3d.getDepthPeelingAlgorithm
(PeelingMethod method) Constructors in org.jzy3d.plot3d.rendering.ddp with parameters of type PeelingMethodModifierConstructorDescriptionDepthPeelingRenderer3d
(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 PeelingMethodModifier and TypeMethodDescriptionstatic PeelingMethod
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.