Uses of Enum
org.jzy3d.chart.controllers.thread.camera.CameraThreadControllerWithTime.Direction
Packages that use CameraThreadControllerWithTime.Direction
-
Uses of CameraThreadControllerWithTime.Direction in org.jzy3d.chart.controllers.thread.camera
Fields in org.jzy3d.chart.controllers.thread.camera declared as CameraThreadControllerWithTime.DirectionModifier and TypeFieldDescriptionprotected CameraThreadControllerWithTime.Direction
CameraThreadControllerWithTime.direction
Rotation direction : Direction.LEFT makes negative azimuth increments, while Direction.RIGHT make positive azimuth increments.Methods in org.jzy3d.chart.controllers.thread.camera that return CameraThreadControllerWithTime.DirectionModifier and TypeMethodDescriptionCameraThreadControllerWithTime.getDirection()
Returns the enum constant of this type with the specified name.CameraThreadControllerWithTime.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.chart.controllers.thread.camera with parameters of type CameraThreadControllerWithTime.DirectionModifier and TypeMethodDescriptionvoid
CameraThreadControllerWithTime.setDirection
(CameraThreadControllerWithTime.Direction direction)