Class SkewTReadoutTable.SeparatorRowEntry

java.lang.Object
ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
ucar.unidata.view.sounding.SkewTReadoutTable.SeparatorRowEntry
Enclosing class:
SkewTReadoutTable

protected class SkewTReadoutTable.SeparatorRowEntry extends SkewTReadoutTable.RowEntry
Provides support for separating rows in the table.
  • Constructor Details

    • SeparatorRowEntry

      public SeparatorRowEntry(String name)
      Constructs from a name.
      Parameters:
      name - The name of the separator.
  • Method Details

    • getValueAt

      public Object getValueAt(int column)
      Returns the value of a column.
      Specified by:
      getValueAt in class SkewTReadoutTable.RowEntry
      Parameters:
      column - The column index.
      Returns:
      The value of the given column.