Class EarthDataViewPanel.TrackBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
EarthDataViewPanel

public class EarthDataViewPanel.TrackBar extends JPanel
The track bar class supplies mouse position tracking for an Earth data view panel. The track bar is configurable and can show the cursor position as latitude/longitude and row/column, and the data value at the cursor position.
See Also:
  • Constructor Details

    • TrackBar

      public TrackBar(boolean earthLoc, boolean dataLoc, boolean dataValue, boolean terse)
      Creates a track bar with the specified fields.
      Parameters:
      earthLoc - the earth location field flag, true for latitude and longitude display.
      dataLoc - the data location field flag, true for data row and column display.
      dataValue - the data value field flag, true for data value display.
      terse - the terse mode flag, true for short labels.