Uses of Class
org.jzy3d.chart.Chart

Packages that use Chart
org.jzy3d.analysis   
org.jzy3d.bridge   
org.jzy3d.bridge.awt   
org.jzy3d.bridge.swing   
org.jzy3d.chart   
org.jzy3d.chart.controllers   
org.jzy3d.chart.controllers.camera   
org.jzy3d.chart.controllers.keyboard.camera   
org.jzy3d.chart.controllers.keyboard.lights   
org.jzy3d.chart.controllers.keyboard.screenshot   
org.jzy3d.chart.controllers.mouse   
org.jzy3d.chart.controllers.mouse.camera   
org.jzy3d.chart.controllers.mouse.picking   
org.jzy3d.chart.controllers.mouse.selection   
org.jzy3d.chart.controllers.thread.camera   
org.jzy3d.chart.factories   
org.jzy3d.chart.graphs   
org.jzy3d.colors The Color package provide tools for mapping colors on graphical objects in two and three dimensions 
org.jzy3d.junit   
org.jzy3d.junit.replay   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.rendering.legends   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.plot3d.rendering.view.layout   
org.jzy3d.ui.editors   
 

Uses of Chart in org.jzy3d.analysis
 

Fields in org.jzy3d.analysis declared as Chart
protected  Chart AbstractAnalysis.chart
           
 

Methods in org.jzy3d.analysis that return Chart
 Chart IAnalysis.getChart()
           
 Chart AbstractAnalysis.getChart()
           
 

Uses of Chart in org.jzy3d.bridge
 

Methods in org.jzy3d.bridge with parameters of type Chart
 void IFrame.initialize(Chart chart, Rectangle bounds, String title)
           
 void IFrame.initialize(Chart chart, Rectangle bounds, String title, String message)
           
 

Uses of Chart in org.jzy3d.bridge.awt
 

Methods in org.jzy3d.bridge.awt with parameters of type Chart
 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
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
 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
FrameSwing(Chart chart, Rectangle bounds, String title)
           
 

Uses of Chart in org.jzy3d.chart
 

Subclasses of Chart in org.jzy3d.chart
 class AWTChart
           
 class ContourChart
           
 class SwingChart
           
 

Methods in org.jzy3d.chart with parameters of type Chart
static ICameraMouseController ChartLauncher.configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
           
static void ChartLauncher.frame(Chart chart)
           
static void ChartLauncher.frame(Chart chart, Rectangle bounds, String title)
           
static ICameraMouseController ChartLauncher.openChart(Chart chart)
           
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 ICameraMouseController ChartLauncher.openChart(Chart chart, String title)
           
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
 

Fields in org.jzy3d.chart.controllers with type parameters of type Chart
protected  List<Chart> AbstractController.targets
           
 

Methods in org.jzy3d.chart.controllers that return Chart
protected  Chart AbstractController.chart()
           
 

Methods in org.jzy3d.chart.controllers with parameters of type Chart
 void AbstractController.register(Chart chart)
           
 void AbstractController.unregister(Chart chart)
           
 

Constructors in org.jzy3d.chart.controllers with parameters of type Chart
AbstractController(Chart chart)
           
 

Uses of Chart in org.jzy3d.chart.controllers.camera
 

Constructors in org.jzy3d.chart.controllers.camera with parameters of type Chart
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
 void NewtCameraKeyController.register(Chart chart)
           
 void AWTCameraKeyController.register(Chart chart)
           
 

Constructors in org.jzy3d.chart.controllers.keyboard.camera with parameters of type Chart
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
protected  Chart NewtLightKeyController.chart
           
protected  Chart AWTLightKeyController.chart
           
 

Constructors in org.jzy3d.chart.controllers.keyboard.lights with parameters of type Chart
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
protected  Chart NewtScreenshotKeyController.chart
           
protected  Chart AWTScreenshotKeyController.chart
           
 

Methods in org.jzy3d.chart.controllers.keyboard.screenshot with parameters of type Chart
 void NewtScreenshotKeyController.register(Chart chart)
           
 void AWTScreenshotKeyController.register(Chart chart)
           
 void NewtScreenshotKeyController.screenshot(Chart chart, String filename)
           
 void IScreenshotKeyController.screenshot(Chart chart, String filename)
           
 void AWTScreenshotKeyController.screenshot(Chart chart, String filename)
           
 

Constructors in org.jzy3d.chart.controllers.keyboard.screenshot with parameters of type Chart
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
protected  Chart AWTDualModeMouseSelector.chart
           
 

Methods in org.jzy3d.chart.controllers.mouse that return Chart
 Chart AWTDualModeMouseSelector.build(Chart chart, AWTAbstractMouseSelector alternativeMouse)
           
 

Methods in org.jzy3d.chart.controllers.mouse with parameters of type Chart
 Chart AWTDualModeMouseSelector.build(Chart chart, AWTAbstractMouseSelector alternativeMouse)
           
 KeyListener AWTDualModeMouseSelector.buildToggleKeyListener(Chart chart)
           
 

Constructors in org.jzy3d.chart.controllers.mouse with parameters of type Chart
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
 void NewtCameraMouseController.register(Chart chart)
           
 void AWTCameraMouseController.register(Chart chart)
           
 

Constructors in org.jzy3d.chart.controllers.mouse.camera with parameters of type Chart
AWTCameraMouseController(Chart chart)
           
NewtCameraMouseController(Chart chart)
           
 

Uses of Chart in org.jzy3d.chart.controllers.mouse.picking
 

Fields in org.jzy3d.chart.controllers.mouse.picking declared as Chart
protected  Chart NewtMousePickingController.chart
           
protected  Chart AWTMousePickingController.chart
           
 

Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type Chart
 void NewtMousePickingController.register(Chart chart)
           
 void AWTMousePickingController.register(Chart chart)
           
 

Constructors in org.jzy3d.chart.controllers.mouse.picking with parameters of type Chart
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
protected  Chart AWTAbstractMouseSelector.chart
           
 

Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Chart
 void AWTAbstractMouseSelector.register(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
CameraThreadController(Chart chart)
           
 

Uses of Chart in org.jzy3d.chart.factories
 

Methods in org.jzy3d.chart.factories that return Chart
static Chart SwingChartComponentFactory.chart(Quality quality)
           
static Chart AWTChartComponentFactory.chart(Quality quality)
           
static Chart SwingChartComponentFactory.chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
static Chart ChartComponentFactory.chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
static Chart AWTChartComponentFactory.chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
static Chart SwingChartComponentFactory.chart(Quality quality, String toolkit)
           
static Chart AWTChartComponentFactory.chart(Quality quality, String toolkit)
           
static Chart SwingChartComponentFactory.chart(String toolkit)
           
static Chart AWTChartComponentFactory.chart(String toolkit)
           
 Chart SwingChartComponentFactory.newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 Chart IChartComponentFactory.newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 Chart ChartComponentFactory.newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 Chart AWTChartComponentFactory.newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 Chart IChartComponentFactory.newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
 Chart ChartComponentFactory.newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
 Chart IChartComponentFactory.newChart(Quality quality, String toolkit)
           
 Chart ChartComponentFactory.newChart(Quality quality, String toolkit)
           
 

Methods in org.jzy3d.chart.factories with parameters of type Chart
 IFrame IChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
 IFrame ChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
 IFrame AWTChartComponentFactory.newFrame(Chart chart, Rectangle bounds, String title)
           
protected  IFrame AWTChartComponentFactory.newFrameAWT(Chart chart, Rectangle bounds, String title, String message)
           
protected  IFrame AWTChartComponentFactory.newFrameSwing(Chart chart, Rectangle bounds, String title)
           
 ICameraKeyController IChartComponentFactory.newKeyController(Chart chart)
           
 ICameraKeyController ChartComponentFactory.newKeyController(Chart chart)
           
 ICameraMouseController IChartComponentFactory.newMouseController(Chart chart)
           
 ICameraMouseController ChartComponentFactory.newMouseController(Chart chart)
           
 IScreenshotKeyController IChartComponentFactory.newScreenshotKeyController(Chart chart)
           
 IScreenshotKeyController ChartComponentFactory.newScreenshotKeyController(Chart chart)
           
 

Uses of Chart in org.jzy3d.chart.graphs
 

Subclasses of Chart in org.jzy3d.chart.graphs
 class GraphChart
           
 

Methods in org.jzy3d.chart.graphs with parameters of type Chart
 ICameraMouseController GraphChartComponentFactory.newAWTMouseController(Chart chart)
           
 ICameraMouseController GraphChartComponentFactory.newMouseController(Chart chart)
           
 

Uses of Chart in org.jzy3d.colors
 

Methods in org.jzy3d.colors with parameters of type Chart
static void OrderingScoreColormapper.setup(Shape surface, Chart chart)
           
 

Uses of Chart in org.jzy3d.junit
 

Methods in org.jzy3d.junit with parameters of type Chart
static void ChartTest.assertSimilar(Chart chart, String testImage)
           
 void ChartTest.build(Chart chart, String testImage)
           
 void ChartTest.compare(Chart chart, String filename)
           
 void ChartTest.execute(Chart chart)
           
 void ChartTest.execute(Chart chart, String testImage)
          Run a chart and verify if its screenshot is pixelwise similar to the test case image.
 void ChartTest.screenshot(Chart chart, String filename)
           
 void ChartTest.test(Chart chart, String testImage)
           
 

Uses of Chart in org.jzy3d.junit.replay
 

Fields in org.jzy3d.junit.replay declared as Chart
protected  Chart EventRecorder.chart
           
 

Methods in org.jzy3d.junit.replay that return Chart
 Chart EventRecorder.getChart()
           
 

Methods in org.jzy3d.junit.replay with parameters of type Chart
protected  void EventRecorder.screenshot(Chart chart, String filename)
           
 void EventRecorder.setChart(Chart chart)
           
 

Constructors in org.jzy3d.junit.replay with parameters of type Chart
EventRecorder(String scenario, Component awt, Frame frame, Chart chart)
           
 

Uses of Chart in org.jzy3d.plot3d.primitives.interactive.tools
 

Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Chart
static List<PolygonProjection> ProjectionUtils.project(Chart chart)
           
 

Uses of Chart in org.jzy3d.plot3d.rendering.legends
 

Fields in org.jzy3d.plot3d.rendering.legends declared as Chart
protected  Chart FpsInfoRenderer.chart
           
 

Constructors in org.jzy3d.plot3d.rendering.legends with parameters of type Chart
FpsInfoRenderer(Chart chart)
           
 

Uses of Chart in org.jzy3d.plot3d.rendering.view
 

Fields in org.jzy3d.plot3d.rendering.view declared as Chart
protected  Chart View.chart
          A view may optionnaly know its parent chart.
 

Methods in org.jzy3d.plot3d.rendering.view that return Chart
 Chart View.getChart()
           
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type Chart
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
 

Methods in org.jzy3d.plot3d.rendering.view.layout with parameters of type Chart
 void IViewportLayout.render(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Chart chart)
           
 void ColorbarViewportLayout.render(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Chart chart)
           
 void IViewportLayout.update(Chart chart)
           
 void ColorbarViewportLayout.update(Chart chart)
           
 

Uses of Chart in org.jzy3d.ui.editors
 

Fields in org.jzy3d.ui.editors declared as Chart
protected  Chart MaterialEditor.chart
           
protected  Chart LightEditor.chart
           
 

Constructors in org.jzy3d.ui.editors with parameters of type Chart
LightEditor(Chart chart)
           
MaterialEditor(Chart chart)
           
 



Copyright © 2013. All rights reserved.