Uses of Interface
org.jzy3d.monitor.IMonitorable
-
Packages that use IMonitorable Package Description <Unnamed> org.jzy3d.monitor org.jzy3d.plot3d.rendering.canvas -
-
Uses of IMonitorable in <Unnamed>
Fields in <Unnamed> declared as IMonitorable Modifier and Type Field Description protected IMonitorableMonitorScatter. monitorableConstructors in <Unnamed> with parameters of type IMonitorable Constructor Description MonitorScatter(Monitor monitor, IMonitorable monitorable) -
Uses of IMonitorable in org.jzy3d.monitor
Fields in org.jzy3d.monitor with type parameters of type IMonitorable Modifier and Type Field Description protected com.google.common.collect.ArrayListMultimap<IMonitorable,Measure>Monitor. observationsMethods in org.jzy3d.monitor that return types with arguments of type IMonitorable Modifier and Type Method Description com.google.common.collect.ArrayListMultimap<IMonitorable,Measure>Monitor. getObservations()Methods in org.jzy3d.monitor with parameters of type IMonitorable Modifier and Type Method Description voidMonitor. add(IMonitorable monitorable, Measure observation) -
Uses of IMonitorable in org.jzy3d.plot3d.rendering.canvas
Classes in org.jzy3d.plot3d.rendering.canvas that implement IMonitorable Modifier and Type Class Description classEmulGLCanvasThis canvas allows rendering charts with jGL as OpenGL backend which perform in CPU.
-