Package org.jzy3d.chart.fallback
Class FallbackChartFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.ChartFactory
-
- org.jzy3d.chart.factories.AWTChartFactory
-
- org.jzy3d.chart.fallback.FallbackChartFactory
-
- All Implemented Interfaces:
IChartFactory
public class FallbackChartFactory extends AWTChartFactory
-
-
Field Summary
-
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER
-
-
Constructor Summary
Constructors Constructor Description FallbackChartFactory()
FallbackChartFactory(IPainterFactory factory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addPanelSizeChangedListener(ImagePanel panel, Chart chart)
static void
bind(ImagePanel imageView, AWTChart chart)
Register for renderer notifications so that newBufferedImage
are sent toImagePanel
FallbackChart
newChart(IChartFactory factory, Quality quality)
protected static void
resetTo(Chart chart, double width, double height)
protected static void
resetTo(Chart chart, Component c)
-
Methods inherited from class org.jzy3d.chart.factories.AWTChartFactory
chart, chart, getFactory, newView
-
Methods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newAxe, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
-
-
-
Constructor Detail
-
FallbackChartFactory
public FallbackChartFactory()
-
FallbackChartFactory
public FallbackChartFactory(IPainterFactory factory)
-
-
Method Detail
-
newChart
public FallbackChart newChart(IChartFactory factory, Quality quality)
- Specified by:
newChart
in interfaceIChartFactory
- Overrides:
newChart
in classAWTChartFactory
-
bind
public static void bind(ImagePanel imageView, AWTChart chart)
Register for renderer notifications so that newBufferedImage
are sent toImagePanel
-
addPanelSizeChangedListener
public static void addPanelSizeChangedListener(ImagePanel panel, Chart chart)
-
resetTo
protected static void resetTo(Chart chart, double width, double height)
-
-