Codegen util api

com.raghuraman.codegen.formatter.misc
Class CodeFormatStyle

java.lang.Object
  extended bycom.raghuraman.codegen.formatter.misc.CodeFormatStyle

public class CodeFormatStyle
extends java.lang.Object

Author:
R.Raghuraman

Field Summary
private  boolean drawCharUsingIndents
           
private  java.lang.Boolean increaseIndent
           
private  boolean newLineAfterChar
           
private  boolean newLineBeforeChar
           
 
Constructor Summary
CodeFormatStyle()
           
CodeFormatStyle(boolean newLineBeforeChar, boolean newLineAfterChar, java.lang.Boolean increaseIndent, boolean drawCharUsingIndents)
           
 
Method Summary
 java.lang.Boolean getIncreaseIndent()
           
 boolean isDrawCharUsingIndents()
           
 boolean isNewLineAfterChar()
           
 boolean isNewLineBeforeChar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newLineBeforeChar

private boolean newLineBeforeChar

newLineAfterChar

private boolean newLineAfterChar

increaseIndent

private java.lang.Boolean increaseIndent

drawCharUsingIndents

private boolean drawCharUsingIndents
Constructor Detail

CodeFormatStyle

public CodeFormatStyle(boolean newLineBeforeChar,
                       boolean newLineAfterChar,
                       java.lang.Boolean increaseIndent,
                       boolean drawCharUsingIndents)
Parameters:
newLineBeforeChar -
newLineAfterChar -
increaseIndent -
drawCharUsingIndents -

CodeFormatStyle

public CodeFormatStyle()
Method Detail

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.

jxpress

Copyright © 2004 R.Raghuraman. Distributable under LGPL license.