| 
 | Generated by JDiff | ||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Removed Methods | |
| voidwrite(String) | Writes out a string. | 
| Added Methods | |
| booleangetCanWrapLines() | Returns whether or not the lines can be wrapped. | 
| intgetCurrentLineLength() | Returns the current line length. | 
| intgetEndOffset() | Returns the last offset to be output. | 
| intgetIndentLevel() | Returns the current indentation level. | 
| intgetIndentSpace() | Returns the amount of space to indent. | 
| intgetLineLength() | Returns the maximum line length. | 
| StringgetLineSeparator() | Returns the string used to represent newlines. | 
| intgetStartOffset() | Returns the first offset to be output. | 
| WritergetWriter() | Returns the Writer that is used to output the content. | 
| booleanisLineEmpty() | Returns true if the current line should be considered empty. | 
| voidoutput(char[], | The last stop in writing out content. | 
| voidsetCanWrapLines(boolean) | Sets whether or not lines can be wrapped. | 
| voidsetCurrentLineLength(int) | Sets the current line length. | 
| voidsetLineSeparator(String) | Sets the String used to reprsent newlines. | 
| voidwrite(char[], | All write methods call into this one. | 
| voidwrite(String) | Writes out a string. | 
| voidwriteLineSeparator() | Writes the line separator. | 
| Changed Methods | ||
| voidincrIndent() | Documentation changed from old to new. | Increments the indent level. | 
| voidindent() | Documentation changed from old to new. | Does indentation. | 
| voidwrite(char) | Documentation changed from old to new. | Writes out a character. | 
| Changed Fields | ||
| charNEWLINE | Documentation changed from old to new. | How the text packages models newlines. | 
| 
 | |||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||