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 class
AWTPainterFactory
class
EmulGLPainterFactory
class
NativePainterFactory
class
NewtPainterFactory
class
OffscreenWindowFactory
class
SwingPainterFactory
class
SWTPainterFactory
Methods in org.jzy3d.chart.factories that return IPainterFactory Modifier and Type Method Description IPainterFactory
ChartFactory. getPainterFactory()
IPainterFactory
IChartFactory. getPainterFactory()
Methods in org.jzy3d.chart.factories with parameters of type IPainterFactory Modifier and Type Method Description void
ChartFactory. setPainterFactory(IPainterFactory painterFactory)
void
IChartFactory. 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 class
SWTBridgePainterFactory
-
Uses of IPainterFactory in org.jzy3d.chart.fallback
Classes in org.jzy3d.chart.fallback that implement IPainterFactory Modifier and Type Class Description class
FallbackPainterFactory
Constructors 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 class
GraphWindowFactory
Constructors 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 class
DepthPeelingPainterFactory
Constructors in org.jzy3d.factories with parameters of type IPainterFactory Constructor Description DepthPeelingChartFactory(IPainterFactory painterFactory)
-