Uses of Enum Class
cz.fidentis.analyst.rendering.AnimationDirection
Packages that use AnimationDirection
Package
Description
Control panel for the registration (superimposition) of human faces.
OpenGL rendering classes.
-
Uses of AnimationDirection in cz.fidentis.analyst.gui.task.registration
Methods in cz.fidentis.analyst.gui.task.registration with parameters of type AnimationDirection -
Uses of AnimationDirection in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering that return AnimationDirectionModifier and TypeMethodDescriptionstatic AnimationDirection
Returns the enum constant of this class with the specified name.static AnimationDirection[]
AnimationDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.rendering with parameters of type AnimationDirectionModifier and TypeMethodDescriptionvoid
RotationAnimator.startAnimation
(AnimationDirection dir, Animatable animObj) Starts the animation.This method is invoked after the mouse key is pressed and holdvoid
Animatable.transform
(AnimationDirection dir) Animation step.void
Camera.transform
(AnimationDirection dir)