org.duelengine.duel
Class FormatPrefs
java.lang.Object
org.duelengine.duel.FormatPrefs
public class FormatPrefs
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FormatPrefs
public FormatPrefs()
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 © 2012. All Rights Reserved.