Package org.jzy3d.chart.factories
Class OffscreenWindowFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.NativePainterFactory
-
- org.jzy3d.chart.factories.AWTPainterFactory
-
- org.jzy3d.chart.factories.OffscreenWindowFactory
-
- All Implemented Interfaces:
IPainterFactory
public class OffscreenWindowFactory extends AWTPainterFactory
-
-
Field Summary
-
Fields inherited from class org.jzy3d.chart.factories.AWTPainterFactory
SCREENSHOT_FOLDER
-
Fields inherited from class org.jzy3d.chart.factories.NativePainterFactory
capabilities, chartFactory, debugGL, height, offscreen, traceGL, width
-
-
Constructor Summary
Constructors Constructor Description OffscreenWindowFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICanvas
newCanvas(IChartFactory factory, Scene scene, Quality quality)
-
Methods inherited from class org.jzy3d.chart.factories.AWTPainterFactory
newFrame, newFrame, newKeyboardCameraController, newKeyboardScreenshotController, newMouseCameraController, newMousePickingController, newOffscreenCanvas, newRenderer3D, newViewOverlay, newViewportLayout
-
Methods inherited from class org.jzy3d.chart.factories.NativePainterFactory
detectGLProfile, getCapabilities, getChartFactory, getDefaultCapabilities, getOffscreenCapabilities, getOffscreenDimension, isDebugGL, isOffscreen, isTraceGL, newAnimator, newPainter, newSymbolHandler, setChartFactory, setDebugGL, setOffscreen, setOffscreen, setOffscreenDisabled, setTraceGL
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jzy3d.chart.factories.IPainterFactory
getChartFactory, getOffscreenDimension, isDebugGL, isOffscreen, newAnimator, newPainter, newSymbolHandler, setChartFactory, setDebugGL, setOffscreen, setOffscreen, setOffscreenDisabled
-
-
-
-
Method Detail
-
newCanvas
public ICanvas newCanvas(IChartFactory factory, Scene scene, Quality quality)
- Specified by:
newCanvas
in interfaceIPainterFactory
- Overrides:
newCanvas
in classAWTPainterFactory
-
-