Uses of Enum
org.jzy3d.plot3d.rendering.ddp.algorithms.PeelingMethod
Package
Description
-
Uses of PeelingMethod in org.jzy3d.factories
Modifier and TypeFieldDescriptionprotected PeelingMethod
DepthPeelingPainterFactory.peelingMethod
Modifier and TypeMethodDescriptionvoid
DepthPeelingPainterFactory.setPeelingMethod
(PeelingMethod peelingMethod) -
Uses of PeelingMethod in org.jzy3d.plot3d.rendering.ddp
Modifier and TypeMethodDescriptionstatic IDepthPeelingAlgorithm
DepthPeelingRenderer3d.getDepthPeelingAlgorithm
(PeelingMethod method) ModifierConstructorDescriptionDepthPeelingRenderer3d
(PeelingMethod algorithm, View view, boolean traceGL, boolean debugGL) -
Uses of PeelingMethod in org.jzy3d.plot3d.rendering.ddp.algorithms
Modifier 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.