Package org.jzy3d.chart.factories
Interface IChartFactory
- All Known Implementing Classes:
AWTChartFactory
,Chart2dFactory
,ChartFactory
,ContourChartFactory
,DepthPeelingChartFactory
,EmulGLChartFactory
,FallbackChartFactory
,GraphChartFactory
,JavaFXOffscreenChartFactory
,JavaFXSwingChartFactory
,NewtChartFactory
,OffscreenChartFactory
,SwingChartFactory
,SWTBridgeChartFactory
,SWTChartFactory
public interface IChartFactory
-
Method Summary
Modifier and TypeMethodDescriptionusefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factorynewAxe
(BoundingBox3d box, View view) newCameraThreadController
(Chart chart) newChart()
newChart
(IChartFactory factory, Quality quality) newGraph
(Scene scene, AbstractOrderingStrategy strategy, boolean sort) newScene
(boolean sort) newSerie
(String name, Serie2d.Type type) newView
(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) void
setPainterFactory
(IPainterFactory painterFactory)
-
Method Details
-
newView
-
newView
-
newCamera
-
newChart
Chart newChart() -
newChart
-
newChart
-
newScene
-
newGraph
-
newAxe
-
newOrderingStrategy
AbstractOrderingStrategy newOrderingStrategy() -
newCameraThreadController
-
newSerie
-
newBoundingPolicy
IBoundingPolicy newBoundingPolicy() -
getPainterFactory
IPainterFactory getPainterFactory() -
setPainterFactory
-
getFactory
IChartFactory getFactory()usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factory
-