Class CommentLine


public class CommentLine extends SingleLine
A comment line.
Author:
harald
  • Constructor Details

    • CommentLine

      public CommentLine(Document document, int offset, LineType lineType)
      Creates a comment line.
      This line always spans only one line.
      Parameters:
      document - the whole document
      offset - offset to first character within document
      lineType - the line type
  • Method Details