Uses of Class
org.jzy3d.chart.Chart
-
-
Uses of Chart in org.jzy3d.analysis
Fields in org.jzy3d.analysis declared as Chart Modifier and Type Field Description protected Chart
AbstractAnalysis. chart
Methods in org.jzy3d.analysis that return Chart Modifier and Type Method Description Chart
AbstractAnalysis. getChart()
Chart
IAnalysis. getChart()
Chart
AbstractAnalysis. initializeChart()
Chart
AbstractAnalysis. initializeChart(Quality quality)
Chart
IAnalysis. initializeChart()
Use a factory to initialize a chart instanceChart
IAnalysis. initializeChart(Quality quality)
-
Uses of Chart in org.jzy3d.bridge.awt
Fields in org.jzy3d.bridge.awt declared as Chart Modifier and Type Field Description protected Chart
FrameAWT. chart
Methods in org.jzy3d.bridge.awt with parameters of type Chart Modifier and Type Method Description void
FrameAWT. initialize(Chart chart, Rectangle bounds, String title)
void
FrameAWT. initialize(Chart chart, Rectangle bounds, String title, String message)
Constructors in org.jzy3d.bridge.awt with parameters of type Chart Constructor Description FrameAWT(Chart chart, Rectangle bounds, String title)
FrameAWT(Chart chart, Rectangle bounds, String title, String message)
-
Uses of Chart in org.jzy3d.bridge.swing
Methods in org.jzy3d.bridge.swing with parameters of type Chart Modifier and Type Method Description void
SwingChartGroupWindow. addChartToGridLayout(Chart chart)
void
FrameSwing. initialize(Chart chart, Rectangle bounds, String title)
void
FrameSwing. initialize(Chart chart, Rectangle bounds, String title, String message)
Constructors in org.jzy3d.bridge.swing with parameters of type Chart Constructor Description FrameSwing(Chart chart, Rectangle bounds, String title)
SwingChartGroupWindow(Chart... charts)
Constructor parameters in org.jzy3d.bridge.swing with type arguments of type Chart Constructor Description SwingChartGroupWindow(Collection<? extends Chart> charts)
-
Uses of Chart in org.jzy3d.bridge.swt
Methods in org.jzy3d.bridge.swt with parameters of type Chart Modifier and Type Method Description void
FrameSWTBridge. initialize(Chart chart, Rectangle bounds, String title)
void
FrameSWTBridge. initialize(Chart chart, Rectangle bounds, String title, String message)
Constructors in org.jzy3d.bridge.swt with parameters of type Chart Constructor Description FrameSWTBridge(Chart chart, Rectangle bounds, String title)
-
Uses of Chart in org.jzy3d.chart
Subclasses of Chart in org.jzy3d.chart Modifier and Type Class Description class
AWTChart
class
AWTNativeChart
class
ContourChart
class
SwingChart
Fields in org.jzy3d.chart declared as Chart Modifier and Type Field Description protected Chart
EmulGLSkin. chart
Methods in org.jzy3d.chart that return Chart Modifier and Type Method Description Chart
Chart. add(List<? extends Drawable> drawables)
Add a list of drawables and refresh the view of the scene once they are all added.Chart
Chart. add(Drawable drawable)
Add a drawable and refresh the view of the scene once it is added.Chart
Chart. add(Drawable drawable, boolean updateView)
Add a drawable to the scene graph of the chart.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
Chart. black()
Chart
Chart. color(Color background, Color axis)
Chart
Chart. view2d()
Toggle the chart for 2D rendering.Chart
Chart. view3d()
Chart
Chart. white()
Methods in org.jzy3d.chart with parameters of type Chart Modifier and Type Method Description static ICameraMouseController
ChartLauncher. configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
static EmulGLSkin
EmulGLSkin. on(Chart chart)
static ICameraMouseController
ChartLauncher. openChart(Chart chart)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, String title)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, Rectangle rectangle)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, Rectangle bounds, String title)
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)
Constructors in org.jzy3d.chart with parameters of type Chart Constructor Description EmulGLSkin(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers
Fields in org.jzy3d.chart.controllers with type parameters of type Chart Modifier and Type Field Description protected List<Chart>
AbstractController. targets
Methods in org.jzy3d.chart.controllers that return Chart Modifier and Type Method Description Chart
AbstractController. getChart()
Methods in org.jzy3d.chart.controllers that return types with arguments of type Chart Modifier and Type Method Description List<Chart>
AbstractController. getCharts()
Methods in org.jzy3d.chart.controllers with parameters of type Chart Modifier and Type Method Description void
AbstractController. register(Chart chart)
void
AbstractController. unregister(Chart chart)
Constructors in org.jzy3d.chart.controllers with parameters of type Chart Constructor Description AbstractController(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.camera
Constructors in org.jzy3d.chart.controllers.camera with parameters of type Chart Constructor Description AbstractCameraController(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.keyboard.camera
Methods in org.jzy3d.chart.controllers.keyboard.camera with parameters of type Chart Modifier and Type Method Description void
AWTCameraKeyController. register(Chart chart)
void
NewtCameraKeyController. register(Chart chart)
Constructors in org.jzy3d.chart.controllers.keyboard.camera with parameters of type Chart Constructor Description AWTCameraKeyController(Chart chart)
NewtCameraKeyController(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.keyboard.lights
Fields in org.jzy3d.chart.controllers.keyboard.lights declared as Chart Modifier and Type Field Description protected Chart
AWTLightKeyController. chart
protected Chart
NewtLightKeyController. chart
Constructors in org.jzy3d.chart.controllers.keyboard.lights with parameters of type Chart Constructor Description AWTLightKeyController(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
Fields in org.jzy3d.chart.controllers.keyboard.screenshot declared as Chart Modifier and Type Field Description protected Chart
AbstractScreenshotKeyController. chart
Methods in org.jzy3d.chart.controllers.keyboard.screenshot with parameters of type Chart Modifier and Type Method Description void
AbstractScreenshotKeyController. register(Chart chart)
void
AbstractScreenshotKeyController. screenshot(Chart chart, String filename)
void
IScreenshotKeyController. screenshot(Chart chart, String filename)
Constructors in org.jzy3d.chart.controllers.keyboard.screenshot with parameters of type Chart Constructor Description AbstractScreenshotKeyController(Chart chart, String outputFile)
AWTScreenshotKeyController(Chart chart, String outputFile)
NewtScreenshotKeyController(Chart chart, String outputFile)
-
Uses of Chart in org.jzy3d.chart.controllers.mouse
Fields in org.jzy3d.chart.controllers.mouse declared as Chart Modifier and Type Field Description protected Chart
AWTDualModeMouseSelector. chart
Methods in org.jzy3d.chart.controllers.mouse that return Chart Modifier and Type Method Description Chart
AWTDualModeMouseSelector. build(Chart chart, AWTAbstractMouseSelector alternativeMouse)
Methods in org.jzy3d.chart.controllers.mouse with parameters of type Chart Modifier and Type Method Description Chart
AWTDualModeMouseSelector. build(Chart chart, AWTAbstractMouseSelector alternativeMouse)
KeyListener
AWTDualModeMouseSelector. buildToggleKeyListener(Chart chart)
Constructors in org.jzy3d.chart.controllers.mouse with parameters of type Chart Constructor Description AWTDualModeMouseSelector(Chart chart, AWTAbstractMouseSelector alternativeMouse)
-
Uses of Chart in org.jzy3d.chart.controllers.mouse.camera
Methods in org.jzy3d.chart.controllers.mouse.camera with parameters of type Chart Modifier and Type Method Description protected void
AdaptiveMouseController. loadChartFields(Chart chart)
void
AWTCameraMouseController. register(Chart chart)
void
NewtCameraMouseController. register(Chart chart)
Constructors in org.jzy3d.chart.controllers.mouse.camera with parameters of type Chart Constructor Description AdaptiveMouseController(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
Fields in org.jzy3d.chart.controllers.mouse.camera.adaptive declared as Chart Modifier and Type Field Description protected Chart
AbstractAdativeRenderingHandler. chart
Constructors in org.jzy3d.chart.controllers.mouse.camera.adaptive with parameters of type Chart Constructor Description AbstractAdativeRenderingHandler(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Constructors in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers with parameters of type Chart Constructor Description AdaptByDroppingFaceAndKeepingWireframe(Chart chart)
AdaptByDroppingFaceAndKeepingWireframeWithColor(Chart chart)
AdaptByDroppingHiDPI(Chart chart)
AdaptByDroppingSmoothColor(Chart chart)
AdaptByDroppingWireframe(Chart chart)
AdaptByKeepingBoundingBoxOnly(Chart chart)
AdaptByPerformanceKnowledge(Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking declared as Chart Modifier and Type Field Description protected Chart
AWTMousePickingController. chart
protected Chart
NewtMousePickingController. chart
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Chart Modifier and Type Method Description void
AWTMousePickingController. register(Chart chart)
void
NewtMousePickingController. register(Chart chart)
Constructors in org.jzy3d.chart.controllers.mouse.picking with parameters of type Chart Constructor Description AWTMousePickingController(Chart chart)
AWTMousePickingController(Chart chart, int brushSize)
AWTMousePickingController(Chart chart, int brushSize, int bufferSize)
AWTMousePickingPan2dController(Chart chart)
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)
NewtMousePickingPan2dController(Chart chart, int brushSize)
NewtMousePickingPan2dController(Chart chart, int brushSize, int bufferSize)
-
Uses of Chart in org.jzy3d.chart.controllers.mouse.selection
Fields in org.jzy3d.chart.controllers.mouse.selection declared as Chart Modifier and Type Field Description protected Chart
AWTAbstractMouseSelector. chart
Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Chart Modifier and Type Method Description void
AWTAbstractMouseSelector. register(Chart chart)
Constructors in org.jzy3d.chart.controllers.mouse.selection with parameters of type Chart Constructor Description AWTScatterMouseSelector(SelectableScatter scatter, Chart chart)
-
Uses of Chart in org.jzy3d.chart.controllers.thread.camera
Constructors in org.jzy3d.chart.controllers.thread.camera with parameters of type Chart Constructor Description AbstractCameraThreadController(Chart chart)
CameraThreadController(Chart chart)
CameraThreadControllerWithTime(Chart chart)
Defaults time to spin to 10CameraThreadControllerWithTime(Chart chart, double secondsToCompleteSpin)
-
Uses of Chart in org.jzy3d.chart.factories
Subclasses of Chart in org.jzy3d.chart.factories Modifier and Type Class Description class
SWTChart
Methods in org.jzy3d.chart.factories that return Chart Modifier and Type Method Description static Chart
AWTChartFactory. chart()
static Chart
AWTChartFactory. chart(Quality quality)
static Chart
NewtChartFactory. chart()
static Chart
NewtChartFactory. chart(Quality quality)
static Chart
SwingChartFactory. chart(Quality quality)
static Chart
SWTChartFactory. chart(org.eclipse.swt.widgets.Composite parent)
static Chart
SWTChartFactory. chart(org.eclipse.swt.widgets.Composite parent, Quality quality)
Chart
ChartFactory. newChart()
Chart
ChartFactory. newChart(IChartFactory factory, Quality quality)
Chart
ChartFactory. newChart(Quality quality)
Chart
EmulGLChartFactory. newChart(IChartFactory factory, Quality quality)
Chart
IChartFactory. newChart()
Chart
IChartFactory. newChart(IChartFactory factory, Quality quality)
Chart
IChartFactory. newChart(Quality quality)
Chart
NewtChartFactory. newChart(IChartFactory factory, Quality quality)
Chart
SWTChartFactory. newChart(IChartFactory factory, Quality quality)
-
Uses of Chart in org.jzy3d.chart.factories.bridged
Methods in org.jzy3d.chart.factories.bridged with parameters of type Chart Modifier and Type Method Description IFrame
SWTBridgePainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
ICameraKeyController
SWTBridgePainterFactory. newKeyboardCameraController(Chart chart)
IScreenshotKeyController
SWTBridgePainterFactory. newKeyboardScreenshotController(Chart chart)
Output file of screenshot can be configured usingIScreenshotKeyController.setFilename(String)
.ICameraMouseController
SWTBridgePainterFactory. newMouseCameraController(Chart chart)
IMousePickingController
SWTBridgePainterFactory. newMousePickingController(Chart chart, int clickWidth)
-
Uses of Chart in org.jzy3d.chart.fallback
Subclasses of Chart in org.jzy3d.chart.fallback Modifier and Type Class Description class
FallbackChart
Methods in org.jzy3d.chart.fallback with parameters of type Chart Modifier and Type Method Description protected 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)
IFrame
FallbackPainterFactory. newFrame(Chart chart, Rectangle bounds, String title)
ICameraMouseController
FallbackPainterFactory. newMouseCameraController(Chart chart)
protected static void
FallbackChartFactory. resetTo(Chart chart, double width, double height)
protected static void
FallbackChartFactory. resetTo(Chart chart, Component c)
Method parameters in org.jzy3d.chart.fallback with type arguments of type Chart Modifier and Type Method Description protected 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)
Constructors in org.jzy3d.chart.fallback with parameters of type Chart Constructor Description FallbackChartFrameAbstract(Chart... charts)
FallbackChartFrameMiglayout(Chart... charts)
FallbackChartFrameSwing(Chart... charts)
Constructor parameters in org.jzy3d.chart.fallback with type arguments of type Chart Constructor Description FallbackChartFrameAbstract(Collection<? extends Chart> charts)
FallbackChartFrameMiglayout(Collection<? extends Chart> charts)
FallbackChartFrameSwing(Collection<? extends Chart> charts)
-
Uses of Chart in org.jzy3d.chart.graphs
Subclasses of Chart in org.jzy3d.chart.graphs Modifier and Type Class Description class
GraphChart
Methods in org.jzy3d.chart.graphs with parameters of type Chart Modifier and Type Method Description ICameraMouseController
GraphWindowFactory. newMouseCameraController(Chart chart)
-
Uses of Chart in org.jzy3d.chart2d
Subclasses of Chart in org.jzy3d.chart2d Modifier and Type Class Description class
Chart2d
Methods in org.jzy3d.chart2d that return Chart Modifier and Type Method Description Chart
Chart2dGroup. getChart(int key)
Chart
Chart2dGroup. getChart(String key)
Methods in org.jzy3d.chart2d that return types with arguments of type Chart Modifier and Type Method Description List<Chart>
Chart2dGroup. getCharts(int... keys)
-
Uses of Chart in org.jzy3d.colors
Methods in org.jzy3d.colors with parameters of type Chart Modifier and Type Method Description static void
OrderingScoreColormapper. setup(Shape surface, Chart chart)
-
Uses of Chart in org.jzy3d.debugGL.tracers
Fields in org.jzy3d.debugGL.tracers with type parameters of type Chart Modifier and Type Field Description protected Function<Chart,Float>
DebugGLChart2d.Watcher. watched
Methods in org.jzy3d.debugGL.tracers with parameters of type Chart Modifier and Type Method Description protected AWTRenderer2d
DebugGLChart3d. watchedItemsTextOverlay(Chart watchedChart)
Method parameters in org.jzy3d.debugGL.tracers with type arguments of type Chart Modifier and Type Method Description void
DebugGLChart2d. watch(String name, Color color, Function<Chart,Float> watched)
void
DebugGLChart2d.Watcher. watch(String name, Color color, Function<Chart,Float> watched)
Constructors in org.jzy3d.debugGL.tracers with parameters of type Chart Constructor Description DebugGLChart2d(Chart watchedChart)
DebugGLChart3d(Chart watchedChart, ChartFactory debugChartFactory)
-
Uses of Chart in org.jzy3d.junit
Methods in org.jzy3d.junit with parameters of type Chart Modifier and Type Method Description void
ChartTester. assertSimilar(Chart chart, String testImage)
void
ChartTester. build(Chart chart, String testImage)
void
ChartTester. compare(Chart chart, String filename)
Compare the image displayed by the chart with an image given by filename.void
ChartTester. execute(Chart chart)
void
ChartTester. execute(Chart chart, String testImage)
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
ChartTester. test(Chart chart, String testImage)
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
Fields in org.jzy3d.junit.replay declared as Chart Modifier and Type Field Description protected Chart
EventRecorder. chart
Methods in org.jzy3d.junit.replay that return Chart Modifier and Type Method Description Chart
EventRecorder. getChart()
Methods in org.jzy3d.junit.replay with parameters of type Chart Modifier and Type Method Description protected void
EventRecorder. screenshot(Chart chart, String filename)
void
EventRecorder. setChart(Chart chart)
Constructors in org.jzy3d.junit.replay with parameters of type Chart Constructor Description EventRecorder(String scenario, Component awt, Frame frame, Chart chart)
-
Uses of Chart in org.jzy3d.plot2d.primitives
Methods in org.jzy3d.plot2d.primitives with parameters of type Chart Modifier and Type Method Description void
Histogram2d. addTo(Chart chart)
void
Histogram2d. layout(Chart chart)
Set global chart view settings to best draw this histogram. -
Uses of Chart in org.jzy3d.plot3d.primitives.interactive.tools
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Chart Modifier and Type Method Description static List<PolygonProjection>
ProjectionUtils. project(Chart chart)
-
Uses of Chart in org.jzy3d.plot3d.rendering.legends.colorbars
Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Chart Constructor Description AWTColorbarLegend(Drawable parent, Chart chart)
-
Uses of Chart in org.jzy3d.plot3d.rendering.legends.series
Methods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Chart Modifier and Type Method Description void
ViewAndLegendLayout. render(IPainter painter, Chart chart)
void
ViewAndLegendLayout. update(Chart chart)
-
Uses of Chart in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as Chart Modifier and Type Field Description protected Chart
View. chart
Methods in org.jzy3d.plot3d.rendering.view that return Chart Modifier and Type Method Description Chart
View. getChart()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type Chart Modifier and Type Method Description static 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
View. setChart(Chart chart)
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
Fields in org.jzy3d.plot3d.rendering.view.layout declared as Chart Modifier and Type Field Description protected Chart
ViewAndColorbarsLayout. chart
Methods in org.jzy3d.plot3d.rendering.view.layout with parameters of type Chart Modifier and Type Method Description protected List<ILegend>
ViewAndColorbarsLayout. getLegends(Chart chart)
void
EmulGLViewAndColorbarsLayout. render(IPainter painter, Chart chart)
void
IViewportLayout. render(IPainter painter, Chart chart)
void
ViewAndColorbarsLayout. render(IPainter painter, Chart chart)
Once rendered, this layout knows the colorbar width which can be retrieved withViewAndColorbarsLayout.getLegendsWidth()
protected void
ViewAndColorbarsLayout. renderLegends(IPainter painter, Chart chart)
void
IViewportLayout. update(Chart chart)
void
ViewAndColorbarsLayout. update(Chart chart)
-
Uses of Chart in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return Chart Modifier and Type Method Description static 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)
Methods in org.jzy3d.svm.demos with parameters of type Chart Modifier and Type Method Description static Shape
Abstract3dDemo. getSquareSurface(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps)
static Scatter
Abstract3dDemo. loadScatter(Chart chart, Coord3d[] coords)
static void
Abstract3dDemo. openChart(Chart chart)
static void
Abstract3dDemo. openChart(Chart chart, Parameters params)
-
Uses of Chart in org.jzy3d.ui
Methods in org.jzy3d.ui with parameters of type Chart Modifier and Type Method Description JPanel
MultiChartPanel. addChart(Chart chart)
JPanel
MultiChartPanel. addChartAt(Chart chart, int nlin, int ncol)
Component
MultiChartPanel. getChartAsComponent(Chart chart)
JPanel
MultiChartPanel. getChartScreenshotAsComponent(Chart chart)
static void
MultiChartPanel. ui(String[] headers, Chart[][] charts)
static void
MultiChartPanel. ui(String[] headers, Chart[][] charts, int width, int height)
Constructors in org.jzy3d.ui with parameters of type Chart Constructor Description MultiChartPanel(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)
Constructor parameters in org.jzy3d.ui with type arguments of type Chart Constructor Description MultiChartPanel(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
Fields in org.jzy3d.ui.editors declared as Chart Modifier and Type Field Description protected Chart
LightEditor. chart
protected Chart
MaterialEditor. chart
Constructors in org.jzy3d.ui.editors with parameters of type Chart Constructor Description LightEditor(Chart chart)
MaterialEditor(Chart chart)
-