Uses of Interface
org.jzy3d.chart.controllers.RateLimiter
Packages that use RateLimiter
Package
Description
-
Uses of RateLimiter in org.jzy3d.chart.controllers
Classes in org.jzy3d.chart.controllers that implement RateLimiterModifier 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
Fields in org.jzy3d.chart.controllers.keyboard.camera declared as RateLimiterMethods in org.jzy3d.chart.controllers.keyboard.camera that return RateLimiterMethods in org.jzy3d.chart.controllers.keyboard.camera with parameters of type RateLimiterModifier and TypeMethodDescriptionvoid
AWTCameraKeyController.setRateLimiter
(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera declared as RateLimiterModifier and TypeFieldDescriptionprotected RateLimiter
AWTCameraMouseController.rateLimiter
AdaptiveRenderingPolicy.renderingRateLimiter
the rate limiter will ensure the canvas do not look frozen when too much mouse events.Methods in org.jzy3d.chart.controllers.mouse.camera that return RateLimiterModifier and TypeMethodDescriptionAWTCameraMouseController.getRateLimiter()
Get the rate limiter to only consider mouse events at a given rate.Methods in org.jzy3d.chart.controllers.mouse.camera with parameters of type RateLimiterModifier and TypeMethodDescriptionvoid
AWTCameraMouseController.setRateLimiter
(RateLimiter rateLimiter) Provide a rate limiter to only consider mouse events at a given rate.Constructors in org.jzy3d.chart.controllers.mouse.camera with parameters of type RateLimiter -
Uses of RateLimiter in org.jzy3d.chart.controllers.thread.camera
Fields in org.jzy3d.chart.controllers.thread.camera declared as RateLimiterModifier and TypeFieldDescriptionprotected RateLimiter
CameraThreadControllerWithTime.rateLimiter
A rate limiter to avoid flooding AWT Event thread.Methods in org.jzy3d.chart.controllers.thread.camera that return RateLimiterMethods in org.jzy3d.chart.controllers.thread.camera with parameters of type RateLimiterModifier and TypeMethodDescriptionvoid
CameraThreadControllerWithTime.setRateLimiter
(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return RateLimiterModifier and TypeMethodDescriptionEmulGLPainterFactory.newRateLimiter
(Chart chart) EmulGLPainterFactory.newRateLimiter
(EmulGLCanvas canvas)