| java.lang.Object org.exolab.javasource.JCommentFormatter
JCommentFormatter | final public class JCommentFormatter (Code) | | A class to format comments.
author: Ralf Joachim version: $Revision: 6668 $ $Date: 2005-05-08 12:32:06 -0600 (Sun, 08 May 2005) $ since: 1.1 |
JCommentFormatter | public JCommentFormatter(String comment, int maxLength, String prefix)(Code) | | Creates a new LineFormatter for the given comment.
Parameters: comment - The String to format. Parameters: maxLength - The maximum number of characters per line. Parameters: prefix - A prefix to append to the beginning of each line. |
hasMoreLines | public boolean hasMoreLines()(Code) | | |
|
|