Package org.jzy3d.debugGL.tracers
Class DebugGLChart2d
- java.lang.Object
-
- org.jzy3d.debugGL.tracers.DebugGLChart2d
-
public class DebugGLChart2d extends Object
Display parameters of jzy3d components. Unfortunately in native because Chart2D are built with a NATIVE FACTORY.- Author:
- martin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DebugGLChart2d.Watcher
-
Field Summary
Fields Modifier and Type Field Description protected List<DebugGLChart2d.Watcher>
watchers
-
Constructor Summary
Constructors Constructor Description DebugGLChart2d(Chart watchedChart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
open(Rectangle rectangle)
protected void
startUpdater()
void
watch(String name, Color color, Function<Chart,Float> watched)
-
-
-
Field Detail
-
watchers
protected List<DebugGLChart2d.Watcher> watchers
-
-
Constructor Detail
-
DebugGLChart2d
public DebugGLChart2d(Chart watchedChart)
-
-