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 IMonitorable
MonitorScatter. monitorable
Constructors 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. observations
Methods 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 void
Monitor. 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 class
EmulGLCanvas
This canvas allows rendering charts with jGL as OpenGL backend which perform in CPU.
-