Class GraphicsChainedSegment

    • Field Detail

      • MAX_DATA_LEN

        public static final int MAX_DATA_LEN
        The maximum segment data length
        See Also:
        Constant Field Values
    • Constructor Detail

      • GraphicsChainedSegment

        public GraphicsChainedSegment​(java.lang.String name)
        Main constructor
        Parameters:
        name - the name of this graphics segment
      • GraphicsChainedSegment

        public GraphicsChainedSegment​(java.lang.String name,
                                      byte[] predecessorNameBytes,
                                      boolean appended,
                                      boolean prologPresent)
        Constructor
        Parameters:
        name - the name of this graphics segment
        predecessorNameBytes - the name of the predecessor in this chain
        appended - true if this segment is appended to the previous one
        prologPresent - true if this segment starts with a prolog