Uses of Interface
org.jzy3d.chart.controllers.RateLimiter
-
-
Uses of RateLimiter in org.jzy3d.chart.controllers
Classes in org.jzy3d.chart.controllers that implement RateLimiter Modifier and Type Class Description classRateLimiterAdaptsToRenderTimeThis 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.classRateLimiterByMilisecond -
Uses of RateLimiter in org.jzy3d.chart.controllers.keyboard.camera
Fields in org.jzy3d.chart.controllers.keyboard.camera declared as RateLimiter Modifier and Type Field Description protected RateLimiterAWTCameraKeyController. rateLimiterMethods in org.jzy3d.chart.controllers.keyboard.camera that return RateLimiter Modifier and Type Method Description RateLimiterAWTCameraKeyController. getRateLimiter()Methods in org.jzy3d.chart.controllers.keyboard.camera with parameters of type RateLimiter Modifier and Type Method Description voidAWTCameraKeyController. setRateLimiter(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera declared as RateLimiter Modifier and Type Field Description protected RateLimiterAWTCameraMouseController. rateLimiterRateLimiterAdaptiveRenderingPolicy. renderingRateLimiterthe 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 RateLimiter Modifier and Type Method Description RateLimiterAWTCameraMouseController. getRateLimiter()Methods in org.jzy3d.chart.controllers.mouse.camera with parameters of type RateLimiter Modifier and Type Method Description voidAWTCameraMouseController. setRateLimiter(RateLimiter rateLimiter)Constructors in org.jzy3d.chart.controllers.mouse.camera with parameters of type RateLimiter Constructor Description AWTCameraMouseController(Chart chart, RateLimiter limiter) -
Uses of RateLimiter in org.jzy3d.chart.controllers.thread.camera
Fields in org.jzy3d.chart.controllers.thread.camera declared as RateLimiter Modifier and Type Field Description protected RateLimiterCameraThreadControllerWithTime. rateLimiterA rate limiter to avoid flooding AWT Event thread.Methods in org.jzy3d.chart.controllers.thread.camera that return RateLimiter Modifier and Type Method Description RateLimiterCameraThreadControllerWithTime. getRateLimiter()Methods in org.jzy3d.chart.controllers.thread.camera with parameters of type RateLimiter Modifier and Type Method Description voidCameraThreadControllerWithTime. setRateLimiter(RateLimiter rateLimiter) -
Uses of RateLimiter in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return RateLimiter Modifier and Type Method Description RateLimiterEmulGLPainterFactory. newRateLimiter(Chart chart)RateLimiterEmulGLPainterFactory. newRateLimiter(EmulGLCanvas canvas)
-