Class VectorFormatContext

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

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

    • startSymbol

      String startSymbol
      Start symbol for vector.
    • endSymbol

      String endSymbol
      End symbol for vector.
    • separatorSymbol

      String separatorSymbol
      Separator symbol between values.
    • vectorPrefix

      String vectorPrefix
      Prefix to use for the entire vector.
  • Constructor Details

    • VectorFormatContext

      VectorFormatContext()
  • Method Details