Uses of Class
org.jzy3d.chart.controllers.thread.camera.CameraThreadControllerWithTime.Direction
-
Packages that use CameraThreadControllerWithTime.Direction Package Description org.jzy3d.chart.controllers.thread.camera -
-
Uses of CameraThreadControllerWithTime.Direction in org.jzy3d.chart.controllers.thread.camera
Fields in org.jzy3d.chart.controllers.thread.camera declared as CameraThreadControllerWithTime.Direction Modifier and Type Field Description protected 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.Direction Modifier and Type Method Description CameraThreadControllerWithTime.Direction
CameraThreadControllerWithTime. getDirection()
static CameraThreadControllerWithTime.Direction
CameraThreadControllerWithTime.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CameraThreadControllerWithTime.Direction[]
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.Direction Modifier and Type Method Description void
CameraThreadControllerWithTime. setDirection(CameraThreadControllerWithTime.Direction direction)
-