All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.plot.Plot

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JPanel
                                   |
                                   +----com.arcsinc.ui.plot.Plot

public class Plot
extends JPanel

Variable Index

 o AUTO_PEAK_PLOT
 o AUTO_SCALE_PLOTAUTO_SCALE_PLOT
 o currentSize
 o FIXED_PLOT
 o FULLVIEW_MODE
 o SCROLLED_MODE
 o WINDOWED_MODE

Constructor Index

 o Plot()
 o Plot(PlotConfigModel, SymbolDisplayEntry)

Method Index

 o checkView()
 o paint(Graphics)
 o print(Graphics, Dimension)
 o printCapture()
 o receiveData(DataPoint)
 o reinitialize()
 o updatePlotConfig()
 o updateView()
 o updateView(Dimension)

Variables

 o FULLVIEW_MODE
 public static final int FULLVIEW_MODE
 o WINDOWED_MODE
 public static final int WINDOWED_MODE
 o SCROLLED_MODE
 public static final int SCROLLED_MODE
 o FIXED_PLOT
 public static final int FIXED_PLOT
 o AUTO_PEAK_PLOT
 public static final i_PLOT
 public static final int AUTO_PEAK_PLOT
 o AUTO_SCALE_PLOT
 public static final int AUTO_SCALE_PLOT
 o currentSize
 protected Dimension currentSize

Constructors

 o Plot
 public Plot()
 o Plot
 public Plot(PlotConfigModel pcm,
             SymbolDisplayEntry yEntry)

Methods

 o printCapture
 public Plot printCapture()
 o reinitialize"reinitialize">reinitialize
 public void reinitialize()
 o updatePlotConfig
 public void updatePlotConfig()
 o print
 public void print(Graphics g,
                   Dimension viewSize)
 o paint
 public void paint(Graphics g)
Overrides:
paint in class JComponent
 o checkView
 protected void checkView()
 o updateView
 protected void updateView(Dimension potentialSize)
 o updateView
 public void updateView()
 o receiveData
 public void receiveData(DataPoint dp)

All Packages  Class Hilass Hierarchy  This Package  Previous  Next  Index
>