com.raghuraman.codegen.formatter.misc
Class CodeFormatStyle
java.lang.Object
com.raghuraman.codegen.formatter.misc.CodeFormatStyle
- public class CodeFormatStyle
- extends java.lang.Object
- Author:
- R.Raghuraman
Constructor Summary |
CodeFormatStyle()
|
CodeFormatStyle(boolean newLineBeforeChar,
boolean newLineAfterChar,
java.lang.Boolean increaseIndent,
boolean drawCharUsingIndents)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newLineBeforeChar
private boolean newLineBeforeChar
newLineAfterChar
private boolean newLineAfterChar
increaseIndent
private java.lang.Boolean increaseIndent
drawCharUsingIndents
private boolean drawCharUsingIndents
CodeFormatStyle
public CodeFormatStyle(boolean newLineBeforeChar,
boolean newLineAfterChar,
java.lang.Boolean increaseIndent,
boolean drawCharUsingIndents)
- Parameters:
newLineBeforeChar
- newLineAfterChar
- increaseIndent
- drawCharUsingIndents
-
CodeFormatStyle
public CodeFormatStyle()
isDrawCharUsingIndents
public boolean isDrawCharUsingIndents()
- Returns:
- Returns the drawCharUsingIndents.
getIncreaseIndent
public java.lang.Boolean getIncreaseIndent()
- Returns:
- Returns the increaseIndent.
isNewLineAfterChar
public boolean isNewLineAfterChar()
- Returns:
- Returns the newLineAfterChar.
isNewLineBeforeChar
public boolean isNewLineBeforeChar()
- Returns:
- Returns the newLineBeforeChar.
Copyright © 2004 R.Raghuraman. Distributable under LGPL license.