Class TLcdVVWithControllersJPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TLcdVVWithControllersJPanel extends JPanel
Convenience JPanel that combines a vertical view with a set of controllers.
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • TLcdVVWithControllersJPanel Link icon

      public TLcdVVWithControllersJPanel(TLcdVVJPanel aVV)
      Creates a new controller panel containing the given vertical view and all available controllers.
      Parameters:
      aVV - the vertical view
    • TLcdVVWithControllersJPanel Link icon

      public TLcdVVWithControllersJPanel(TLcdVVJPanel aVV, int aOptionCombination)
      Creates a new controller panel containing the given vertical view and the given controllers.
      Parameters:
      aVV - the vertical view
      aOptionCombination - a logical combination (using the | operator) containing one or more of LEFT_RIGHT_OFFSET, TOP_BOTTOM_OFFSET, or START_END
  • Method Details Link icon

    • getAltitudeRangeSliderPanel Link icon

      public TLcdVVAltitudeRangeSliderJPanel getAltitudeRangeSliderPanel()
      Retrieves the controller for the top (or bottom) offset of the vertical view.
      Returns:
      the controller for the top (or bottom) offset of the vertical view, or null if it is not configured
    • getStartEndIndexSlider Link icon

      public TLcdVVStartEndIndexJSlider getStartEndIndexSlider()
      Retrieves the controller for the starting and the ending point of the vertical view.
      Returns:
      the controller for the starting and the ending point, or null if it is not configured
    • getLeftRightOffsetRangeSliderPanel Link icon

      public TLcdVVLeftRightOffsetRangeSliderJPanel getLeftRightOffsetRangeSliderPanel()
      Retrieves the controller for the left and right offset of the vertical view.
      Returns:
      the controller for the left and right offset, or null if it is not configured
    • getVerticalView Link icon

      public TLcdVVJPanel getVerticalView()
      Retrieves the vertical view the panel is controlling.
      Returns:
      the vertical view the panel is controlling