Package org.jzy3d.chart.fallback
Class FallbackPainterFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.NativePainterFactory
-
- org.jzy3d.chart.factories.AWTPainterFactory
-
- org.jzy3d.chart.fallback.FallbackPainterFactory
-
- All Implemented Interfaces:
IPainterFactory
public class FallbackPainterFactory extends AWTPainterFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
SCREENSHOT_FOLDER
-
Fields inherited from class org.jzy3d.chart.factories.NativePainterFactory
capabilities, chartFactory, height, offscreen, width
-
-
Constructor Summary
Constructors Constructor Description FallbackPainterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFrame
newFrame(Chart chart, org.jzy3d.maths.Rectangle bounds, String title)
org.jzy3d.chart.controllers.mouse.camera.ICameraMouseController
newMouseCameraController(Chart chart)
Renderer3d
newRenderer3D(View view, boolean traceGL, boolean debugGL)
-
Methods inherited from class org.jzy3d.chart.factories.AWTPainterFactory
newCanvas, newFrame, newKeyboardCameraController, newKeyboardScreenshotController, newMousePickingController, newOffscreenCanvas, newViewOverlay, newViewportLayout
-
Methods inherited from class org.jzy3d.chart.factories.NativePainterFactory
detectGLProfile, getCapabilities, getChartFactory, getOffscreenCapabilities, getOffscreenDimension, isOffscreen, newAnimator, newPainter, newRenderer3D, newSymbolHandler, setChartFactory, setOffscreen, setOffscreen, setOffscreenDisabled
-
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, isOffscreen, newAnimator, newPainter, newSymbolHandler, setChartFactory, setOffscreen, setOffscreen, setOffscreenDisabled
-
-
-
-
Field Detail
-
SCREENSHOT_FOLDER
public static String SCREENSHOT_FOLDER
-
-
Method Detail
-
newRenderer3D
public Renderer3d newRenderer3D(View view, boolean traceGL, boolean debugGL)
- Overrides:
newRenderer3D
in classAWTPainterFactory
-
newMouseCameraController
public org.jzy3d.chart.controllers.mouse.camera.ICameraMouseController newMouseCameraController(Chart chart)
- Specified by:
newMouseCameraController
in interfaceIPainterFactory
- Overrides:
newMouseCameraController
in classAWTPainterFactory
-
newFrame
public IFrame newFrame(Chart chart, org.jzy3d.maths.Rectangle bounds, String title)
- Specified by:
newFrame
in interfaceIPainterFactory
- Overrides:
newFrame
in classAWTPainterFactory
-
-