Class TableFormatContext

java.lang.Object
org.djunits.formatter.FormatContext
org.djunits.formatter.TableFormatContext
All Implemented Interfaces:
Cloneable

class TableFormatContext extends FormatContext implements Cloneable
TableFormatContext contains a number of basic settings for formatting a quantity table. Note that this class and its fields are package private. It is not the intention to use or extends the class, since the TableFormat class can only deal with the fields as expressed in this class, and not with other added fields.

Copyright (c) 2026-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.

Author:
Alexander Verbraeck
  • Field Details

    • firstRowStartSymbol

      String firstRowStartSymbol
      End symbol for first row.
    • firstRowEndSymbol

      String firstRowEndSymbol
      End symbol for first row.
    • middleRowStartSymbol

      String middleRowStartSymbol
      Start symbol for middle row.
    • middleRowEndSymbol

      String middleRowEndSymbol
      End symbol for middle row.
    • lastRowStartSymbol

      String lastRowStartSymbol
      End symbol for last row.
    • lastRowEndSymbol

      String lastRowEndSymbol
      End symbol for last row.
    • colSeparatorSymbol

      String colSeparatorSymbol
      Separator symbol for cell within a row.
    • tablePrefix

      String tablePrefix
      Prefix string to use for a quantity table.
    • tablePostfix

      String tablePostfix
      Postfix string to use for a quantity table.
  • Constructor Details

    • TableFormatContext

      TableFormatContext()
  • Method Details