Uses of Interface
org.jzy3d.chart.controllers.RateLimiter
Package
Description
-
Uses of RateLimiter in org.jzy3d.chart.controllers
Modifier and TypeClassDescriptionclass
This rate limiter keeps an history of past rendering time to auto configure the rate limit and ensure we stick to actual rendering time before doing an action.class
-
Uses of RateLimiter in org.jzy3d.chart.controllers.keyboard.camera
Modifier and TypeMethodDescriptionvoid
AWTCameraKeyController.setRateLimiter
(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.controllers.mouse.camera
Modifier and TypeFieldDescriptionprotected RateLimiter
AWTCameraMouseController.rateLimiter
AdaptiveRenderingPolicy.renderingRateLimiter
the rate limiter will ensure the canvas do not look frozen when too much mouse events.Modifier and TypeMethodDescriptionAWTCameraMouseController.getRateLimiter()
Get the rate limiter to only consider mouse events at a given rate.Modifier and TypeMethodDescriptionvoid
AWTCameraMouseController.setRateLimiter
(RateLimiter rateLimiter) Provide a rate limiter to only consider mouse events at a given rate. -
Uses of RateLimiter in org.jzy3d.chart.controllers.thread.camera
Modifier and TypeFieldDescriptionprotected RateLimiter
CameraThreadControllerWithTime.rateLimiter
A rate limiter to avoid flooding AWT Event thread.Modifier and TypeMethodDescriptionvoid
CameraThreadControllerWithTime.setRateLimiter
(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionEmulGLPainterFactory.newRateLimiter
(Chart chart) EmulGLPainterFactory.newRateLimiter
(EmulGLCanvas canvas)