This object stores all the data necessary to print the the Java file
author: Mike Atkinson author: Mike Atkinson version: $Id: PrintData.java,v 1.32 2003/11/12 13:44:37 mikeatkinson Exp $
Determines whether there should be a space between a keyword such as
'if' or 'while' and the opening brace that follows it.
The SpaceAfterKeyword value
Sets the number of spaces between the JavaDoc asterisks and the
comment text.
Parameters: indent - the number of spaces between the JavaDoc asterisks and thecomment since: JRefactory 2.7.02
setJavadocWordWrapMaximum
public void setJavadocWordWrapMaximum(int wrap)(Code)
Sets the JavadocWordWrapMaximum attribute of the PrintData object
Parameters: wrap - The JavadocWordWrapMaximum value since: JRefactory 2.7.00
setJavadocWordWrapMinimum
public void setJavadocWordWrapMinimum(int wrap)(Code)
Sets the JavadocWordWrapMinimum attribute of the PrintData object
Parameters: wrap - The JavadocWordWrapMinimum value since: JRefactory 2.7.00
setKeepErroneousJavadocTags
public void setKeepErroneousJavadocTags(boolean value)(Code)
Sets the keepErroneousJavadocTags attribute of the PrintData object
Parameters: value - The new keepErroneousJavadocTags value
setLineBeforeClassBody
public void setLineBeforeClassBody(boolean value)(Code)
setLineBeforeExtends
public void setLineBeforeExtends(boolean value)(Code)
setLineBeforeImplements
public void setLineBeforeImplements(boolean value)(Code)
setLineBeforeMultistatementMethodBody
public void setLineBeforeMultistatementMethodBody(boolean value)(Code)