Class TLcdVVLeftRightOffsetRangeSliderJPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.luciad.view.vertical.TLcdVVLeftRightOffsetRangeSliderJPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TLcdVVLeftRightOffsetRangeSliderJPanel extends JPanel
Panel with a range slider to set the left and right offset on a vertical view.
See Also:
  • Constructor Details

    • TLcdVVLeftRightOffsetRangeSliderJPanel

      public TLcdVVLeftRightOffsetRangeSliderJPanel(TLcdVVJPanel aVerticalView)
  • Method Details

    • setClassTraceOn

      public static void setClassTraceOn(boolean aClassTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for all instances of this class. If the argument is true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
      Parameters:
      aClassTraceOn - if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
    • setTraceOn

      public void setTraceOn(boolean aTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for this class instance. Calling this method with either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false then only the informative, warning and error log messages are recorded.
      Parameters:
      aTraceOn - if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
    • isTraceOn

      public boolean isTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.