Class MatrixFormatContext

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

class MatrixFormatContext extends FormatContext implements Cloneable
MatrixFormatContext contains a number of basic settings for formatting a matrix. Note that this class and its fields are package private. It is not the intention to use or extends the class, since the MatrixFormat 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.
    • matrixPrefix

      String matrixPrefix
      Prefix string to use for a matrix.
    • matrixPostfix

      String matrixPostfix
      Postfix string to use for a matrix.
  • Constructor Details

    • MatrixFormatContext

      MatrixFormatContext()
  • Method Details