com.kawao.kakasi
Class KanjiInput
java.lang.Object
|
+--com.kawao.kakasi.KanjiInput
- public class KanjiInput
- extends java.lang.Object
An object of this class supplies inputs characters for the conversion.
- Version:
- $Revision: 1.5 $ $Date: 2003/01/01 08:18:44 $
- Author:
- Kawao, Tomoyuki (kawao@kawao.com)
- See Also:
Kakasi.getInput()
Method Summary |
boolean |
isSpaceEatMode()
Gets the space eat mode property value. |
void |
setInputString(java.lang.String string)
Sets input as the specified string. |
void |
setReader(java.io.Reader newReader)
Sets the reader object. |
void |
setSpaceEatMode(boolean newMode)
Sets the space eat mode property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setInputString
public void setInputString(java.lang.String string)
- Sets input as the specified string.
- Parameters:
string
- the string object for input.
setReader
public void setReader(java.io.Reader newReader)
- Sets the reader object.
- Parameters:
newReader
- new reader object.
setSpaceEatMode
public void setSpaceEatMode(boolean newMode)
- Sets the space eat mode property value. The default value is false.
- Parameters:
newMode
- if true skip whitespace characters within jukugo.
isSpaceEatMode
public boolean isSpaceEatMode()
- Gets the space eat mode property value.
Copyright (c) 2002-2003 Tomoyuki Kawao. All Rights Reserved.