Class TDAxes

java.lang.Object
dataPlots.layout.TDAxes

public class TDAxes extends Object
The axis panel forms the main Component of the display, The time scroller and various other components get added and controlled from TDControl though.
Author:
Doug Gillespie
  • Constructor Details

    • TDAxes

      public TDAxes(TDControl tdControl)
  • Method Details

    • getAxisInsets

      public Insets getAxisInsets()
      Work out the minimum insets required for the graph axis.
      Returns:
      minimum insets required by graph axes.
    • getGrahAxisExtent

      public int getGrahAxisExtent(Graphics g)
      Get the maximum extent of any of the gaph axis.
      Parameters:
      g -
      Returns:
    • getAxisPanel

      public PamPanel getAxisPanel()
      Returns:
      the axisPanel
    • getAxisInnerPanel

      public PamPanel getAxisInnerPanel()
      Returns:
      the axisInnerPanel
    • getTimeAxis

      public PamAxis getTimeAxis()
      Returns:
      the timeAxis
    • setBorderInsets

      public void setBorderInsets()
    • getOuterPanel

      public JPanel getOuterPanel()
      Returns:
      the outerPanel
    • getLayeredPane

      public JLayeredPane getLayeredPane()
      Returns:
      the layeredPane
    • getTimeRangePanel

      public PamPanel getTimeRangePanel()
      Returns:
      the timeRangePanel