Uses of Class
org.jzy3d.chart.Chart

Packages that use Chart
org.jzy3d.bridge.awt   
org.jzy3d.bridge.swing   
org.jzy3d.bridge.swt   
org.jzy3d.chart.controllers   
org.jzy3d.chart.controllers.keyboard   
org.jzy3d.chart.controllers.mouse   
org.jzy3d.chart.controllers.thread   
org.jzy3d.chart.graphs   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.ui   
org.jzy3d.ui.editors   
 

Uses of Chart in org.jzy3d.bridge.awt
 

Constructors in org.jzy3d.bridge.awt with parameters of type Chart
FrameAWT(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
 

Uses of Chart in org.jzy3d.bridge.swing
 

Constructors in org.jzy3d.bridge.swing with parameters of type Chart
FrameSwing(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
 

Uses of Chart in org.jzy3d.bridge.swt
 

Constructors in org.jzy3d.bridge.swt with parameters of type Chart
FrameSWT(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
 

Uses of Chart in org.jzy3d.chart.controllers
 

Methods in org.jzy3d.chart.controllers with parameters of type Chart
 void ChartCameraController.addTarget(Chart chart)
           
 void ChartCameraController.removeTarget(Chart chart)
           
 

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

Methods in org.jzy3d.chart.controllers.keyboard with parameters of type Chart
 void ChartKeyController.addTarget(Chart chart)
           
 

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

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

Methods in org.jzy3d.chart.controllers.mouse with parameters of type Chart
 void ChartMouseController.addTarget(Chart chart)
           
 void AbstractChartMouseSelector.attachChart(Chart chart)
           
 

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

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

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

Uses of Chart in org.jzy3d.chart.graphs
 

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

Constructors in org.jzy3d.chart.graphs with parameters of type Chart
GraphChartMouseController(Chart chart)
           
GraphChartMouseController(Chart chart, int brushSize)
           
GraphChartMouseController(Chart chart, int brushSize, int bufferSize)
           
 

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

Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Chart
static java.util.List<PolygonProjection> ProjectionUtils.project(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, java.awt.Graphics2D g2d)
           
static void OverlayUtils.drawChartBorder(java.awt.Graphics2D g2d, java.awt.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).
 

Uses of Chart in org.jzy3d.ui
 

Methods in org.jzy3d.ui with parameters of type Chart
static void Plugs.frame(Chart chart)
           
static void Plugs.frame(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
static ChartMouseController ChartLauncher.openChart(Chart chart)
           
static ChartMouseController ChartLauncher.openChart(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
static ChartMouseController ChartLauncher.openChart(Chart chart, java.awt.Rectangle bounds, java.lang.String title, boolean allowSlaveThreadOnDoubleClick)
           
static ChartMouseController ChartLauncher.openChart(Chart chart, java.awt.Rectangle bounds, java.lang.String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
           
static ChartMouseController ChartLauncher.openChart(Chart chart, java.lang.String title)
           
static void ChartLauncher.openStaticChart(Chart chart, java.awt.Rectangle bounds, java.lang.String title)
           
static void ChartLauncher.screenshot(Chart chart, java.lang.String filename)
           
 

Uses of Chart in org.jzy3d.ui.editors
 

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