Uses of Class
org.jzy3d.chart.Chart
Package
Description
-
Uses of Chart in org.jzy3d.analysis
Modifier and TypeMethodDescriptionAbstractAnalysis.getChart()
IAnalysis.getChart()
AbstractAnalysis.initializeChart()
AbstractAnalysis.initializeChart
(Quality quality) IAnalysis.initializeChart()
Use a factory to initialize a chart instanceIAnalysis.initializeChart
(Quality quality) -
Uses of Chart in org.jzy3d.bridge.awt
Modifier and TypeMethodDescriptionvoid
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title) void
FrameAWT.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Chart in org.jzy3d.bridge.swing
Modifier and TypeMethodDescriptionvoid
SwingChartGroupWindow.addChartToGridLayout
(Chart chart) void
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSwing.initialize
(Chart chart, Rectangle bounds, String title, String message) ModifierConstructorDescriptionFrameSwing
(Chart chart, Rectangle bounds, String title) SwingChartGroupWindow
(Chart... charts) -
Uses of Chart in org.jzy3d.bridge.swt
Modifier and TypeMethodDescriptionvoid
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title) void
FrameSWTBridge.initialize
(Chart chart, Rectangle bounds, String title, String message) -
Uses of Chart in org.jzy3d.chart
Modifier and TypeMethodDescriptionAdd a list of drawables and refresh the view of the scene once they are all added.Add a drawable and refresh the view of the scene once it is added.Add a drawable to the scene graph of the chart.Chart.add
(Drawable drawable, LODCandidates candidates) Add a drawable by first evaluating its rendering performance onscreen from worse (LODSetting.Bounds.ON
to most good looking rendering.Chart.black()
Chart.view2d()
Toggle the chart for 2D rendering.Chart.view3d()
Chart.white()
Modifier and TypeMethodDescriptionstatic ICameraMouseController
ChartLauncher.configureControllers
(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly) static EmulGLSkin
static ICameraMouseController
static ICameraMouseController
static ICameraMouseController
static ICameraMouseController
static ICameraMouseController
ChartLauncher.openChart
(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick) static ICameraMouseController
ChartLauncher.openChart
(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly) static void
SwingChartLauncher.openLightEditors
(Chart chart) static void
ChartLauncher.openStaticChart
(Chart chart) static void
ChartLauncher.openStaticChart
(Chart chart, Rectangle bounds, String title) static void
ChartLauncher.screenshot
(Chart chart, String filename) -
Uses of Chart in org.jzy3d.chart.controllers
-
Uses of Chart in org.jzy3d.chart.controllers.camera
-
Uses of Chart in org.jzy3d.chart.controllers.keyboard.camera
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionAWTCameraKeyController
(Chart chart) NewtCameraKeyController
(Chart chart) -
Uses of Chart in org.jzy3d.chart.controllers.keyboard.lights
Modifier and TypeFieldDescriptionprotected Chart
AWTLightKeyController.chart
protected Chart
NewtLightKeyController.chart
ModifierConstructorDescriptionAWTLightKeyController
(Chart chart) AWTLightKeyController
(Chart chart, int lightId) AWTLightKeyController
(Chart chart, Light light) NewtLightKeyController
(Chart chart) NewtLightKeyController
(Chart chart, int lightId) NewtLightKeyController
(Chart chart, Light light) -
Uses of Chart in org.jzy3d.chart.controllers.keyboard.screenshot
Modifier and TypeMethodDescriptionvoid
void
AbstractScreenshotKeyController.screenshot
(Chart chart, String filename) void
IScreenshotKeyController.screenshot
(Chart chart, String filename) void
AbstractScreenshotKeyController.unregister
(Chart chart) ModifierConstructorDescriptionAbstractScreenshotKeyController
(Chart chart, String outputFile) AWTScreenshotKeyController
(Chart chart, String outputFile) NewtScreenshotKeyController
(Chart chart, String outputFile) -
Uses of Chart in org.jzy3d.chart.controllers.mouse
Modifier and TypeMethodDescriptionAWTDualModeMouseSelector.build
(Chart chart, AWTAbstractMouseSelector alternativeMouse) Modifier and TypeMethodDescriptionAWTDualModeMouseSelector.build
(Chart chart, AWTAbstractMouseSelector alternativeMouse) AWTDualModeMouseSelector.buildToggleKeyListener
(Chart chart) ModifierConstructorDescriptionAWTDualModeMouseSelector
(Chart chart, AWTAbstractMouseSelector alternativeMouse) -
Uses of Chart in org.jzy3d.chart.controllers.mouse.camera
Modifier and TypeMethodDescriptionprotected void
AWTCameraMouseController.configureScaler
(Chart chart) This deal with HiDPI, EMulGL and Windows+AWTprotected void
AdaptiveMouseController.loadChartFields
(Chart chart) void
void
void
AWTCameraMouseController.unregister
(Chart chart) ModifierConstructorDescriptionAdaptiveMouseController
(Chart chart) AdaptiveMouseController
(Chart chart, AdaptiveRenderingPolicy policy) AWTCameraMouseController
(Chart chart) AWTCameraMouseController
(Chart chart, RateLimiter limiter) NewtCameraMouseController
(Chart chart) -
Uses of Chart in org.jzy3d.chart.controllers.mouse.camera.adaptive
-
Uses of Chart in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
ModifierConstructorDescriptionAdaptByDroppingHiDPI
(Chart chart) AdaptByDroppingSmoothColor
(Chart chart) AdaptByDroppingWireframe
(Chart chart) AdaptByPerformanceKnowledge
(Chart chart) -
Uses of Chart in org.jzy3d.chart.controllers.mouse.picking
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionAWTMousePickingController
(Chart chart) AWTMousePickingController
(Chart chart, int brushSize) AWTMousePickingController
(Chart chart, int brushSize, int bufferSize) AWTMousePickingPan2dController
(Chart chart, int brushSize) AWTMousePickingPan2dController
(Chart chart, int brushSize, int bufferSize) NewtMousePickingController
(Chart chart) NewtMousePickingController
(Chart chart, int brushSize) NewtMousePickingController
(Chart chart, int brushSize, int bufferSize) NewtMousePickingPan2dController
(Chart chart, int brushSize) NewtMousePickingPan2dController
(Chart chart, int brushSize, int bufferSize) -
Uses of Chart in org.jzy3d.chart.controllers.mouse.selection
-
Uses of Chart in org.jzy3d.chart.controllers.thread.camera
ModifierConstructorDescriptionCameraThreadController
(Chart chart) Defaults time to spin to 10CameraThreadControllerWithTime
(Chart chart, double secondsToCompleteSpin) -
Uses of Chart in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionstatic Chart
AWTChartFactory.chart()
static Chart
static Chart
NewtChartFactory.chart()
static Chart
static Chart
static Chart
SWTChartFactory.chart
(org.eclipse.swt.widgets.Composite parent) static Chart
ChartFactory.newChart()
ChartFactory.newChart
(IChartFactory factory, Quality quality) IChartFactory.newChart()
IChartFactory.newChart
(IChartFactory factory, Quality quality) NewtChartFactory.newChart
(IChartFactory factory, Quality quality) SWTChartFactory.newChart
(IChartFactory factory, Quality quality) Modifier and TypeMethodDescriptionvoid
IFrame.initialize
(Chart chart, Rectangle bounds, String title) void
IFrame.initialize
(Chart chart, Rectangle bounds, String title, String message) ChartFactory.newCameraThreadController
(Chart chart) EmulGLChartFactory.newCameraThreadController
(Chart chart) Returns aCameraThreadControllerWithTime
which speed may be tuned.IChartFactory.newCameraThreadController
(Chart chart) AWTPainterFactory.newKeyboardCameraController
(Chart chart) EmulGLPainterFactory.newKeyboardCameraController
(Chart chart) IPainterFactory.newKeyboardCameraController
(Chart chart) NewtPainterFactory.newKeyboardCameraController
(Chart chart) SWTPainterFactory.newKeyboardCameraController
(Chart chart) AWTPainterFactory.newKeyboardScreenshotController
(Chart chart) Output file of screenshot can be configured usingIScreenshotKeyController.setFilename(String)
.EmulGLPainterFactory.newKeyboardScreenshotController
(Chart chart) IPainterFactory.newKeyboardScreenshotController
(Chart chart) NewtPainterFactory.newKeyboardScreenshotController
(Chart chart) SWTPainterFactory.newKeyboardScreenshotController
(Chart chart) Output file of screenshot can be configured usingIScreenshotKeyController.setFilename(String)
.AWTPainterFactory.newMouseCameraController
(Chart chart) EmulGLPainterFactory.newMouseCameraController
(Chart chart) IPainterFactory.newMouseCameraController
(Chart chart) NewtPainterFactory.newMouseCameraController
(Chart chart) SWTPainterFactory.newMouseCameraController
(Chart chart) AWTPainterFactory.newMousePickingController
(Chart chart, int clickWidth) EmulGLPainterFactory.newMousePickingController
(Chart chart, int clickWidth) IPainterFactory.newMousePickingController
(Chart chart, int clickWidth) NewtPainterFactory.newMousePickingController
(Chart chart, int clickWidth) SWTPainterFactory.newMousePickingController
(Chart chart, int clickWidth) EmulGLPainterFactory.newRateLimiter
(Chart chart) -
Uses of Chart in org.jzy3d.chart.factories.bridged
Modifier and TypeMethodDescriptionSWTBridgePainterFactory.newKeyboardCameraController
(Chart chart) SWTBridgePainterFactory.newKeyboardScreenshotController
(Chart chart) Output file of screenshot can be configured usingIScreenshotKeyController.setFilename(String)
.SWTBridgePainterFactory.newMouseCameraController
(Chart chart) SWTBridgePainterFactory.newMousePickingController
(Chart chart, int clickWidth) -
Uses of Chart in org.jzy3d.chart.fallback
Modifier and TypeMethodDescriptionprotected void
FallbackChartFrameMiglayout.addChartLayout
(Chart chart) protected void
FallbackChartFrameSwing.addChartLayout
(Chart chart) static void
FallbackChartFactory.addPanelSizeChangedListener
(ImagePanel panel, Chart chart) void
FallbackChartFrameAbstract.initialize
(Chart chart, Rectangle bounds, String title) void
FallbackChartFrameAbstract.initialize
(Chart chart, Rectangle bounds, String title, String message) FallbackPainterFactory.newMouseCameraController
(Chart chart) protected static void
protected static void
Modifier and TypeMethodDescriptionprotected void
FallbackChartFrameAbstract.render
(Collection<? extends Chart> charts) protected abstract void
FallbackChartFrameAbstract.setLayout
(Collection<? extends Chart> charts) protected void
FallbackChartFrameMiglayout.setLayout
(Collection<? extends Chart> charts) protected void
FallbackChartFrameSwing.setLayout
(Collection<? extends Chart> charts) ModifierConstructorDescriptionFallbackChartFrameAbstract
(Chart... charts) FallbackChartFrameMiglayout
(Chart... charts) FallbackChartFrameSwing
(Chart... charts) ModifierConstructorDescriptionFallbackChartFrameAbstract
(Collection<? extends Chart> charts) FallbackChartFrameMiglayout
(Collection<? extends Chart> charts) FallbackChartFrameSwing
(Collection<? extends Chart> charts) -
Uses of Chart in org.jzy3d.chart.graphs
-
Uses of Chart in org.jzy3d.chart2d
-
Uses of Chart in org.jzy3d.colors
-
Uses of Chart in org.jzy3d.debugGL.tracers
Modifier and TypeMethodDescriptionprotected AWTRenderer2d
DebugGLChart3d.watchedItemsTextOverlay
(Chart watchedChart) Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionDebugGLChart2d
(Chart watchedChart) DebugGLChart3d
(Chart watchedChart, ChartFactory debugChartFactory) -
Uses of Chart in org.jzy3d.javafx.controllers.keyboard
-
Uses of Chart in org.jzy3d.javafx.controllers.mouse
ModifierConstructorDescriptionJavaFXCameraMouseController
(Chart chart) JavaFXCameraMouseController
(Chart chart, javafx.scene.Node node) JavaFXMousePickingController
(Chart chart, int brushSize) JavaFXMousePickingController
(Chart chart, int brushSize, int bufferSize) -
Uses of Chart in org.jzy3d.javafx.offscreen
Modifier and TypeMethodDescriptionvoid
JavaFXOffscreenBinding.addCanvasSizeChangedListener
(Chart chart, javafx.scene.canvas.Canvas canvas) Listen to canvas size change in order to reset offscreen chart dimensions.void
JavaFXOffscreenBinding.addSceneSizeChangedListener
(Chart chart, javafx.scene.Scene scene) Deprecated.void
JavaFXOffscreenChartFactory.addSceneSizeChangedListener
(Chart chart, javafx.scene.Scene scene) Deprecated.JavaFXOffscreenPainterFactory.newKeyboardCameraController
(Chart chart) JavaFXOffscreenPainterFactory.newKeyboardScreenshotController
(Chart chart) TODO : replace by a JavaFXScreenshotKeyControllerJavaFXOffscreenPainterFactory.newMouseCameraController
(Chart chart) JavaFXOffscreenPainterFactory.newMousePickingController
(Chart chart, int clickWidth) protected void
Reset theOffscreenCanvas
dimensions according to inputs. -
Uses of Chart in org.jzy3d.javafx.swing
-
Uses of Chart in org.jzy3d.junit
Modifier and TypeMethodDescriptionvoid
ChartTester.assertSimilar
(Chart chart, String testImage) void
void
Compare the image displayed by the chart with an image given by filename.void
void
Run a chart and verify if its screenshot is pixelwise similar to the test case image.protected BufferedImage
ChartTester.getBufferedImage
(Chart chart) protected BufferedImage
NativeChartTester.getBufferedImage
(Chart chart) void
Perform a chart comparison to image and output multiple diagnostic images in case of failure Expected image Actual image Diff image Zoom image -
Uses of Chart in org.jzy3d.junit.replay
Modifier and TypeMethodDescriptionprotected void
EventRecorder.screenshot
(Chart chart, String filename) void
ModifierConstructorDescriptionEventRecorder
(String scenario, Component awt, Frame frame, Chart chart) -
Uses of Chart in org.jzy3d.plot2d.primitives
-
Uses of Chart in org.jzy3d.plot3d.primitives.interactive.tools
-
Uses of Chart in org.jzy3d.plot3d.rendering.legends.colorbars
-
Uses of Chart in org.jzy3d.plot3d.rendering.legends.series
-
Uses of Chart in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionstatic void
OverlayUtils.drawCanvasAndViewportDiagonalComparison
(Chart chart, Graphics2D g2d) static void
OverlayUtils.drawChartBorder
(Graphics2D g2d, Color c, Chart chart) This shows a strange behaviour in the Overlay: when trying to draw a rectangle based on the CANVAS size (i.e. the window size), the border occupies the CHART (i.e. its actual viewport).void
protected IntegerCoord2d
OverlayUtils.viewportToCanvas
(Chart chart, IntegerCoord2d input, Rectangle viewport) Needed when wishing to display a coordinate relative to the viewport. -
Uses of Chart in org.jzy3d.plot3d.rendering.view.layout
Modifier and TypeMethodDescriptionViewAndColorbarsLayout.getLegends
(Chart chart) void
void
Once rendered, this layout knows the colorbar width which can be retrieved withViewAndColorbarsLayout.getLegendsWidth()
protected void
ViewAndColorbarsLayout.renderLegends
(IPainter painter, Chart chart) protected void
ViewAndColorbarsLayout.renderView
(IPainter painter, Chart chart) void
void
void
void
protected void
ViewAndColorbarsLayout.updateLegendsWidth
(Chart chart) -
Uses of Chart in org.jzy3d.svm.demos
Modifier and TypeMethodDescriptionstatic Chart
Abstract3dDemo.getRegressionChart
(RegressionSVM svm, RegressionInputs inputs) static Chart
Abstract3dDemo.getRegressionChart
(Coord3d[] values, Parameters parameters) CHART GENERATIONprotected static Chart
Abstract3dDemo.getRegressionChart
(SvmMapper mapper, Coord3d[] values) Modifier and TypeMethodDescriptionstatic Shape
Abstract3dDemo.getSquareSurface
(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps) static Scatter
Abstract3dDemo.loadScatter
(Chart chart, Coord3d[] coords) static void
static void
Abstract3dDemo.openChart
(Chart chart, Parameters params) -
Uses of Chart in org.jzy3d.ui
Modifier and TypeMethodDescriptionMultiChartPanel.addChartAt
(Chart chart, int nlin, int ncol) MultiChartPanel.getChartAsComponent
(Chart chart) MultiChartPanel.getChartScreenshotAsComponent
(Chart chart) static void
static void
ModifierConstructorDescriptionMultiChartPanel
(Chart[][] charts, boolean vertical, int width, int height, boolean growCol, boolean growLine) MultiChartPanel
(Chart[][] charts, String[] header, String[] row, boolean vertical, int width, int height, boolean growCol, boolean growLine) ModifierConstructorDescriptionMultiChartPanel
(List<Chart> charts) MultiChartPanel
(List<Chart> charts, boolean vertical) MultiChartPanel
(List<Chart> charts, boolean vertical, int width, int height) MultiChartPanel
(List<Chart> charts, boolean vertical, int width, int height, boolean growCol, boolean growLine) -
Uses of Chart in org.jzy3d.ui.editors