Uses of Class
org.jzy3d.chart.Chart

Packages that use Chart
org.jzy3d.chart   
org.jzy3d.chart.controllers   
org.jzy3d.chart.controllers.camera   
org.jzy3d.chart.controllers.keyboard.camera   
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.graphs   
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.ui.editors   
 

Uses of Chart in org.jzy3d.chart
 

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

Fields in org.jzy3d.chart.controllers.keyboard.camera declared as Chart
protected  Chart ScreenshotKeyListener.chart
           
 

Methods in org.jzy3d.chart.controllers.keyboard.camera with parameters of type Chart
 void CameraKeyController.register(Chart chart)
           
 void ScreenshotKeyListener.screenshot(Chart chart, String filename)
           
 

Constructors in org.jzy3d.chart.controllers.keyboard.camera with parameters of type Chart
CameraKeyController(Chart chart)
           
ScreenshotKeyListener(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 DualModeMouseSelector.chart
           
 

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

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

Constructors in org.jzy3d.chart.controllers.mouse with parameters of type Chart
DualModeMouseSelector(Chart chart, AbstractMouseSelector 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 CameraMouseController.register(Chart chart)
           
 

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

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

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

Constructors in org.jzy3d.chart.controllers.mouse.picking with parameters of type Chart
MousePickingController(Chart chart)
           
MousePickingController(Chart chart, int brushSize)
           
MousePickingController(Chart chart, int brushSize, int bufferSize)
           
MousePickingPan2dController(Chart chart)
           
MousePickingPan2dController(Chart chart, int brushSize)
           
MousePickingPan2dController(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 AbstractMouseSelector.chart
           
 

Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Chart
 void AbstractMouseSelector.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.graphs
 

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

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
 

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).
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.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)