Package org.jzy3d.debugGL.tracers
Class DebugGLChart3d
- java.lang.Object
-
- org.jzy3d.debugGL.tracers.DebugGLChart3d
-
public class DebugGLChart3d extends Object
Display elements of a 3d scene- axis box
- camera parameters (eye, target, up)
- Author:
- martin
-
-
Constructor Summary
Constructors Constructor Description DebugGLChart3d(Chart watchedChart, ChartFactory debugChartFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
open(Rectangle rectangle)
protected void
startUpdater()
void
watchAxis()
void
watchCamera()
void
watchCameraUpdate()
protected OverlayLegendRenderer
watchedItemsColorLegend()
protected AWTRenderer2d
watchedItemsTextOverlay(Chart watchedChart)
void
watchLights()
void
watchLightsUpdate()
void
watchViewBounds()
-
-
-
Constructor Detail
-
DebugGLChart3d
public DebugGLChart3d(Chart watchedChart, ChartFactory debugChartFactory)
-
-
Method Detail
-
watchedItemsColorLegend
protected OverlayLegendRenderer watchedItemsColorLegend()
-
watchedItemsTextOverlay
protected AWTRenderer2d watchedItemsTextOverlay(Chart watchedChart)
-
watchViewBounds
public void watchViewBounds()
-
watchAxis
public void watchAxis()
-
watchCamera
public void watchCamera()
-
watchLights
public void watchLights()
-
open
public void open(Rectangle rectangle)
-
startUpdater
protected void startUpdater()
-
watchCameraUpdate
public void watchCameraUpdate()
-
watchLightsUpdate
public void watchLightsUpdate()
-
-