org.duelengine.duel
Class FormatPrefs

java.lang.Object
  extended by org.duelengine.duel.FormatPrefs

public class FormatPrefs
extends Object


Field Summary
static String INDENT
           
static String NEWLINE
           
static String UTF8_ENCODING
           
 
Constructor Summary
FormatPrefs()
           
 
Method Summary
 boolean getEncodeNonASCII()
           
 String getEncoding()
           
 String getIndent()
           
 String getNewline()
           
 FormatPrefs setEncodeNonASCII(boolean value)
           
 FormatPrefs setEncoding(String value)
           
 FormatPrefs setIndent(String value)
           
 FormatPrefs setNewline(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8_ENCODING

public static final String UTF8_ENCODING
See Also:
Constant Field Values

NEWLINE

public static final String NEWLINE
See Also:
Constant Field Values

INDENT

public static final String INDENT
See Also:
Constant Field Values
Constructor Detail

FormatPrefs

public FormatPrefs()
Method Detail

getEncoding

public String getEncoding()

setEncoding

public FormatPrefs setEncoding(String value)

getNewline

public String getNewline()

setNewline

public FormatPrefs setNewline(String value)

getIndent

public String getIndent()

setIndent

public FormatPrefs setIndent(String value)

getEncodeNonASCII

public boolean getEncodeNonASCII()

setEncodeNonASCII

public FormatPrefs setEncodeNonASCII(boolean value)


Copyright © 2011. All Rights Reserved.