| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | AbstractAnalysis. chart | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | IAnalysis. getChart() | 
| Chart | AbstractAnalysis. getChart() | 
| Chart | IAnalysis. initializeChart()Use a factory to initialize a chart instance | 
| Chart | AbstractAnalysis. initializeChart() | 
| Chart | IAnalysis. initializeChart(Quality quality) | 
| Chart | AbstractAnalysis. initializeChart(Quality quality) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IFrame. initialize(Chart chart,
          Rectangle bounds,
          String title) | 
| void | IFrame. initialize(Chart chart,
          Rectangle bounds,
          String title,
          String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FrameAWT. initialize(Chart chart,
          Rectangle bounds,
          String title) | 
| void | FrameAWT. initialize(Chart chart,
          Rectangle bounds,
          String title,
          String message) | 
| Constructor and Description | 
|---|
| FrameAWT(Chart chart,
        Rectangle bounds,
        String title) | 
| FrameAWT(Chart chart,
        Rectangle bounds,
        String title,
        String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FrameSwing. initialize(Chart chart,
          Rectangle bounds,
          String title) | 
| void | FrameSwing. initialize(Chart chart,
          Rectangle bounds,
          String title,
          String message) | 
| Constructor and Description | 
|---|
| FrameSwing(Chart chart,
          Rectangle bounds,
          String title) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AWTChart | 
| class  | ContourChart | 
| class  | SwingChart | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | Chart. add(AbstractDrawable drawable) | 
| Chart | Chart. black() | 
| Chart | Chart. view2d() | 
| Chart | Chart. white() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ICameraMouseController | ChartLauncher. configureControllers(Chart chart,
                    String title,
                    boolean allowSlaveThreadOnDoubleClick,
                    boolean startThreadImmediatly) | 
| 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<Chart> | AbstractController. targets | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Chart | AbstractController. chart() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractController. register(Chart chart) | 
| void | AbstractController. unregister(Chart chart) | 
| Constructor and Description | 
|---|
| AbstractController(Chart chart) | 
| Constructor and Description | 
|---|
| AbstractCameraController(Chart chart) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NewtCameraKeyController. register(Chart chart) | 
| void | AWTCameraKeyController. register(Chart chart) | 
| Constructor and Description | 
|---|
| AWTCameraKeyController(Chart chart) | 
| NewtCameraKeyController(Chart chart) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | NewtLightKeyController. chart | 
| protected Chart | AWTLightKeyController. chart | 
| Constructor and 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | AbstractScreenshotKeyController. chart | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractScreenshotKeyController. register(Chart chart) | 
| void | IScreenshotKeyController. screenshot(Chart chart,
          String filename) | 
| void | AbstractScreenshotKeyController. screenshot(Chart chart,
          String filename) | 
| Constructor and Description | 
|---|
| AbstractScreenshotKeyController(Chart chart,
                               String outputFile) | 
| AWTScreenshotKeyController(Chart chart,
                          String outputFile) | 
| NewtScreenshotKeyController(Chart chart,
                           String outputFile) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | AWTDualModeMouseSelector. chart | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | AWTDualModeMouseSelector. build(Chart chart,
     AWTAbstractMouseSelector alternativeMouse) | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | AWTDualModeMouseSelector. build(Chart chart,
     AWTAbstractMouseSelector alternativeMouse) | 
| KeyListener | AWTDualModeMouseSelector. buildToggleKeyListener(Chart chart) | 
| Constructor and Description | 
|---|
| AWTDualModeMouseSelector(Chart chart,
                        AWTAbstractMouseSelector alternativeMouse) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NewtCameraMouseController. register(Chart chart) | 
| void | AWTCameraMouseController. register(Chart chart) | 
| Constructor and Description | 
|---|
| AWTCameraMouseController(Chart chart) | 
| NewtCameraMouseController(Chart chart) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | NewtMousePickingController. chart | 
| protected Chart | AWTMousePickingController. chart | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NewtMousePickingController. register(Chart chart) | 
| void | AWTMousePickingController. register(Chart chart) | 
| Constructor and 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | AWTAbstractMouseSelector. chart | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AWTAbstractMouseSelector. register(Chart chart) | 
| Constructor and Description | 
|---|
| CameraThreadController(Chart chart) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Chart | NewtChartComponentFactory. chart() | 
| static Chart | AWTLogChartComponentFactory. chart() | 
| static Chart | AWTChartComponentFactory. chart() | 
| static Chart | SwingChartComponentFactory. chart(Quality quality)Deprecated.  | 
| static Chart | NewtChartComponentFactory. chart(Quality quality) | 
| static Chart | AWTChartComponentFactory. chart(Quality quality) | 
| static Chart | SwingChartComponentFactory. chart(Quality quality,
     IChartComponentFactory.Toolkit toolkit)Deprecated.  | 
| static Chart | NewtChartComponentFactory. 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 | AWTLogChartComponentFactory. chart(Quality quality,
     IChartComponentFactory.Toolkit toolkit,
     SpaceTransformer transformers) | 
| static Chart | AWTLogChartComponentFactory. chart(Quality quality,
     SpaceTransformer transformers) | 
| static Chart | SwingChartComponentFactory. chart(Quality quality,
     String toolkit)Deprecated.  | 
| static Chart | NewtChartComponentFactory. chart(Quality quality,
     String toolkit) | 
| static Chart | AWTChartComponentFactory. chart(Quality quality,
     String toolkit) | 
| static Chart | AWTLogChartComponentFactory. chart(Quality quality,
     String toolkit,
     SpaceTransformer transformers) | 
| static Chart | SwingChartComponentFactory. chart(String toolkit)Deprecated.  | 
| static Chart | NewtChartComponentFactory. chart(String toolkit) | 
| static Chart | AWTChartComponentFactory. chart(String toolkit) | 
| static Chart | AWTLogChartComponentFactory. chart(String toolkit,
     SpaceTransformer transformers) | 
| Chart | SwingChartComponentFactory. newChart(IChartComponentFactory factory,
        Quality quality,
        String toolkit)Deprecated.  | 
| Chart | NewtChartComponentFactory. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| IFrame | IChartComponentFactory. newFrame(Chart chart) | 
| IFrame | ChartComponentFactory. newFrame(Chart chart) | 
| IFrame | NewtChartComponentFactory. newFrame(Chart chart,
        Rectangle bounds,
        String title) | 
| IFrame | IChartComponentFactory. newFrame(Chart chart,
        Rectangle bounds,
        String title) | 
| IFrame | ChartComponentFactory. newFrame(Chart chart,
        Rectangle bounds,
        String title)Use reflexion to access AWT dependant classes. | 
| IFrame | AWTChartComponentFactory. newFrame(Chart chart,
        Rectangle bounds,
        String title) | 
| protected IFrame | NewtChartComponentFactory. newFrameAWT(Chart chart,
           Rectangle bounds,
           String title,
           String message)bypass reflection used in super implementation | 
| protected IFrame | ChartComponentFactory. newFrameAWT(Chart chart,
           Rectangle bounds,
           String title,
           String message) | 
| protected IFrame | AWTChartComponentFactory. newFrameAWT(Chart chart,
           Rectangle bounds,
           String title,
           String message)bypass reflection used in super implementation | 
| protected IFrame | NewtChartComponentFactory. newFrameSwing(Chart chart,
             Rectangle bounds,
             String title)bypass reflection used in super implementation | 
| protected IFrame | ChartComponentFactory. newFrameSwing(Chart chart,
             Rectangle bounds,
             String title) | 
| protected IFrame | AWTChartComponentFactory. newFrameSwing(Chart chart,
             Rectangle bounds,
             String title)bypass reflection used in super implementation | 
| ICameraKeyController | NewtChartComponentFactory. newKeyController(Chart chart) | 
| ICameraKeyController | IChartComponentFactory. newKeyController(Chart chart) | 
| ICameraKeyController | ChartComponentFactory. newKeyController(Chart chart) | 
| ICameraKeyController | AWTChartComponentFactory. newKeyController(Chart chart) | 
| ICameraMouseController | NewtChartComponentFactory. newMouseController(Chart chart) | 
| ICameraMouseController | IChartComponentFactory. newMouseController(Chart chart) | 
| ICameraMouseController | ChartComponentFactory. newMouseController(Chart chart) | 
| ICameraMouseController | AWTChartComponentFactory. newMouseController(Chart chart) | 
| IScreenshotKeyController | NewtChartComponentFactory. newScreenshotKeyController(Chart chart) | 
| IScreenshotKeyController | IChartComponentFactory. newScreenshotKeyController(Chart chart) | 
| IScreenshotKeyController | ChartComponentFactory. newScreenshotKeyController(Chart chart) | 
| IScreenshotKeyController | AWTChartComponentFactory. newScreenshotKeyController(Chart chart) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphChart | 
| Modifier and Type | Method and Description | 
|---|---|
| ICameraMouseController | GraphChartComponentFactory. newAWTMouseController(Chart chart) | 
| ICameraMouseController | GraphChartComponentFactory. newMouseController(Chart chart) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Chart2d | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | Chart2dComponentFactory. newChart(IChartComponentFactory factory,
        Quality quality,
        String toolkit) | 
| Chart | Chart2dComponentFactory. newChart(Quality quality,
        IChartComponentFactory.Toolkit toolkit) | 
| Chart | Chart2dComponentFactory. newChart(Quality quality,
        String toolkit) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | OrderingScoreColormapper. setup(Shape surface,
     Chart chart) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Histogram2d. addTo(Chart chart) | 
| void | Histogram2d. layout(Chart chart)Set global chart view settings to best draw this histogram. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<PolygonProjection> | ProjectionUtils. project(Chart chart) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | FpsInfoRenderer. chart | 
| Constructor and Description | 
|---|
| FpsInfoRenderer(Chart chart) | 
| Constructor and Description | 
|---|
| AWTColorbarLegend(AbstractDrawable parent,
                 Chart chart) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | View. chartA view may optionnaly know its parent chart. | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | View. getChart() | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IViewportLayout. render(com.jogamp.opengl.GL gl,
      com.jogamp.opengl.glu.GLU glu,
      Chart chart) | 
| void | ColorbarViewportLayout. render(com.jogamp.opengl.GL gl,
      com.jogamp.opengl.glu.GLU glu,
      Chart chart) | 
| protected void | ColorbarViewportLayout. renderLegends(com.jogamp.opengl.GL gl,
             com.jogamp.opengl.glu.GLU glu,
             Chart chart) | 
| void | IViewportLayout. update(Chart chart) | 
| void | ColorbarViewportLayout. update(Chart chart) | 
| Modifier and Type | Method and 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) | 
| Constructor and 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 and 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chart | MaterialEditor. chart | 
| protected Chart | LightEditor. chart | 
| Constructor and Description | 
|---|
| LightEditor(Chart chart) | 
| MaterialEditor(Chart chart) | 
Copyright © 2016. All rights reserved.