Class RightCharColumn


public class RightCharColumn extends CharColumn
Character column representing a right-aligned, space-padded string.
  • Constructor Details

    • RightCharColumn

      public RightCharColumn(String name, int size, String description)
      Constructs a new RightCharColumn with a name, size, and description.
      Parameters:
      name - the column name
      size - the column size in characters
      description - human-readable description
    • RightCharColumn

      public RightCharColumn(String name, int size)
      Constructs a new RightCharColumn with a name and size.
      Parameters:
      name - the column name
      size - the column size in characters
  • Method Details