Package dataMap

Class DataMapPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ColorManaged, PamTabPanel

public class DataMapPanel extends PamBorderPanel implements PamTabPanel
The main panel managed by DataMapControl In reality, this does most of the actual controlling.
Author:
Doug Gillespie
See Also:
  • Method Details

    • createDataGraphs

      public int createDataGraphs()
      Create a new set of data graphs to go into the panel.
      Returns:
    • getGraphDimension

      public Dimension getGraphDimension()
      Returns:
      the graphDimension for use with the DataStreamPanels.
    • createMenu

      public JMenu createMenu(Frame parentFrame)
      Specified by:
      createMenu in interface PamTabPanel
      Returns:
      a JMeny for the panel
    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamTabPanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
    • getToolBar

      public JToolBar getToolBar()
      Specified by:
      getToolBar in interface PamTabPanel
      Returns:
      a JToolbas associated with this tab. This will only be displayed when the current tab is activated
    • scaleChanged

      public void scaleChanged()
      Called from ScalePanel when anything to do with scaling changes.
    • frameResized

      public void frameResized()
    • newDataSources

      public void newDataSources()
    • newSettings

      public void newSettings()
    • dataGraphMouseTime

      public void dataGraphMouseTime(Long timeMillis)
      Called when mouse moves over a data graph to set time on scale Panel. Set null to clear cursor info on panel.
      Parameters:
      timeMillis - time in millis or null.
    • repaintAll

      public void repaintAll()
    • updateDataMap

      public void updateDataMap(OfflineDataMap dataMap, OfflineDataMapPoint dataMapPoint)
    • getSummaryPanel

      public SummaryPanel getSummaryPanel()
      Returns:
      the summaryPanel