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 Link icon

    • TDAxes Link icon

      public TDAxes(TDControl tdControl)
  • Method Details Link icon

    • getAxisInsets Link icon

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

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

      public PamPanel getAxisPanel()
      Returns:
      the axisPanel
    • getAxisInnerPanel Link icon

      public PamPanel getAxisInnerPanel()
      Returns:
      the axisInnerPanel
    • getTimeAxis Link icon

      public PamAxis getTimeAxis()
      Returns:
      the timeAxis
    • setBorderInsets Link icon

      public void setBorderInsets()
    • getOuterPanel Link icon

      public JPanel getOuterPanel()
      Returns:
      the outerPanel
    • getLayeredPane Link icon

      public JLayeredPane getLayeredPane()
      Returns:
      the layeredPane
    • getTimeRangePanel Link icon

      public PamPanel getTimeRangePanel()
      Returns:
      the timeRangePanel