インタフェース
mine.whitespacefield.text.DrawCharSPInterface の使用

DrawCharSPInterface を使用しているパッケージ
mine.whitespacefield   
 

mine.whitespacefield での DrawCharSPInterface の使用
 

DrawCharSPInterface 型の型パラメータを持つ mine.whitespacefield のフィールド
private  HashMap<String,DrawCharSPInterface> WhiteSpaceVisibleTextField.drawCharSPMap
          特定文字と、画像や図形に置き換えて表示するインターフェースを関連付けるマップ
 

DrawCharSPInterface を返す mine.whitespacefield のメソッド
 DrawCharSPInterface WhiteSpaceVisibleTextField.putDrawCharSP(String c, DrawCharSPInterface charSP)
          置き換える文字と、表示する画像または図形のインターフェースを関連付けます。
 

DrawCharSPInterface 型の引数を持つ型を返す mine.whitespacefield のメソッド
 HashMap<String,DrawCharSPInterface> WhiteSpaceVisibleTextField.getDrawCharSPMap()
          特定文字と、画像や図形に置き換えて表示するインターフェースを関連付けるマップを取得します。
 

DrawCharSPInterface 型のパラメータを持つ mine.whitespacefield のメソッド
 DrawCharSPInterface WhiteSpaceVisibleTextField.putDrawCharSP(String c, DrawCharSPInterface charSP)
          置き換える文字と、表示する画像または図形のインターフェースを関連付けます。