Uses of Interface
org.jzy3d.chart.factories.IPainterFactory
- 
Packages that use IPainterFactory Package Description org.jzy3d.chart.factories org.jzy3d.chart.factories.bridged org.jzy3d.chart.fallback org.jzy3d.chart.graphs org.jzy3d.factories  - 
- 
Uses of IPainterFactory in org.jzy3d.chart.factories
Classes in org.jzy3d.chart.factories that implement IPainterFactory Modifier and Type Class Description classAWTPainterFactoryclassEmulGLPainterFactoryclassNativePainterFactoryclassNewtPainterFactoryclassOffscreenWindowFactoryclassSwingPainterFactoryclassSWTPainterFactoryMethods in org.jzy3d.chart.factories that return IPainterFactory Modifier and Type Method Description IPainterFactoryChartFactory. getPainterFactory()IPainterFactoryIChartFactory. getPainterFactory()Methods in org.jzy3d.chart.factories with parameters of type IPainterFactory Modifier and Type Method Description voidChartFactory. setPainterFactory(IPainterFactory painterFactory)voidIChartFactory. setPainterFactory(IPainterFactory painterFactory)Constructors in org.jzy3d.chart.factories with parameters of type IPainterFactory Constructor Description AWTChartFactory(IPainterFactory painterFactory)ChartFactory(IPainterFactory painterFactory)EmulGLChartFactory(IPainterFactory windowFactory)NewtChartFactory(IPainterFactory painterFactory)SWTChartFactory(org.eclipse.swt.widgets.Composite canvas, IPainterFactory painterFactory) - 
Uses of IPainterFactory in org.jzy3d.chart.factories.bridged
Classes in org.jzy3d.chart.factories.bridged that implement IPainterFactory Modifier and Type Class Description classSWTBridgePainterFactory - 
Uses of IPainterFactory in org.jzy3d.chart.fallback
Classes in org.jzy3d.chart.fallback that implement IPainterFactory Modifier and Type Class Description classFallbackPainterFactoryConstructors in org.jzy3d.chart.fallback with parameters of type IPainterFactory Constructor Description FallbackChartFactory(IPainterFactory factory) - 
Uses of IPainterFactory in org.jzy3d.chart.graphs
Classes in org.jzy3d.chart.graphs that implement IPainterFactory Modifier and Type Class Description classGraphWindowFactoryConstructors in org.jzy3d.chart.graphs with parameters of type IPainterFactory Constructor Description GraphChartFactory(IPainterFactory windowFactory) - 
Uses of IPainterFactory in org.jzy3d.factories
Classes in org.jzy3d.factories that implement IPainterFactory Modifier and Type Class Description classDepthPeelingPainterFactoryConstructors in org.jzy3d.factories with parameters of type IPainterFactory Constructor Description DepthPeelingChartFactory(IPainterFactory painterFactory, PeelingMethod method) 
 -