Package org.jzy3d.factories
Class DepthPeelingPainterFactory
java.lang.Object
org.jzy3d.chart.factories.NativePainterFactory
org.jzy3d.chart.factories.AWTPainterFactory
org.jzy3d.factories.DepthPeelingPainterFactory
- All Implemented Interfaces:
IPainterFactory
-
Field Summary
FieldsFields inherited from class org.jzy3d.chart.factories.AWTPainterFactory
SCREENSHOT_FOLDERFields inherited from class org.jzy3d.chart.factories.NativePainterFactory
capabilities, chartFactory, debugGL, height, offscreen, traceGL, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewRenderer3D(View view) Provide AWT Texture loading for screenshotsvoidsetPeelingMethod(PeelingMethod peelingMethod) Methods inherited from class org.jzy3d.chart.factories.AWTPainterFactory
newCanvas, newFrame, newFrame, newKeyboardCameraController, newKeyboardScreenshotController, newMouseCameraController, newMousePickingController, newOffscreenCanvas, newViewOverlay, newViewportLayoutMethods 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, setTraceGLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jzy3d.chart.factories.IPainterFactory
getChartFactory, getOffscreenDimension, isDebugGL, isOffscreen, newAnimator, newPainter, newSymbolHandler, setChartFactory, setDebugGL, setOffscreen, setOffscreen, setOffscreenDisabled
-
Field Details
-
peelingMethod
-
-
Constructor Details
-
DepthPeelingPainterFactory
public DepthPeelingPainterFactory() -
DepthPeelingPainterFactory
public DepthPeelingPainterFactory(com.jogamp.opengl.GLCapabilities capabilities)
-
-
Method Details
-
newRenderer3D
Description copied from class:AWTPainterFactoryProvide AWT Texture loading for screenshots- Overrides:
newRenderer3Din classAWTPainterFactory
-
getPeelingMethod
-
setPeelingMethod
-