String |
TextLine.StringLine.getBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
String |
TextLine.HRLine.getBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
String |
TextLine.BlankLine.getBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
String |
TextLine.StringLine.getLine(PrintFormat format) |
String |
TextLine.HRLine.getLine(PrintFormat format) |
String |
TextLine.BlankLine.getLine(PrintFormat format) |
String |
TextLine.StringLine.getLineComment(PrintFormat format) |
String |
TextLine.HRLine.getLineComment(PrintFormat format) |
String |
TextLine.BlankLine.getLineComment(PrintFormat format) |
List<String> |
TextLine.StringLine.getWrappedBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
List<String> |
TextLine.HRLine.getWrappedBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
List<String> |
TextLine.BlankLine.getWrappedBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
List<String> |
TextLine.StringLine.getWrappedLine(PrintFormat format) |
List<String> |
TextLine.HRLine.getWrappedLine(PrintFormat format) |
List<String> |
TextLine.BlankLine.getWrappedLine(PrintFormat format) |
List<String> |
TextLine.StringLine.getWrappedLineComment(PrintFormat format) |
List<String> |
TextLine.HRLine.getWrappedLineComment(PrintFormat format) |
List<String> |
TextLine.BlankLine.getWrappedLineComment(PrintFormat format) |
protected void |
BaseSamplePrinter.print(PrintStream out,
TextBlock block,
PrintFormat format) |