- data - クラス の変数dssp.brailleLib.ImageSelection
-
- decodeImage(String, String) - クラス のstaticメソッドdssp.brailleLib.Util
-
画像をBASE64の文字列から取得する
- deepCopy(T[], T[]) - クラス のstaticメソッドdssp.brailleLib.Util
-
配列の深い複製
・各要素のコピーコンストラクタを呼び出して複製する
deepCopy(Arrays.asList(src), Arrays.asList(dst))
と同じ
・複製元と複製先との長さが異なる場合は、短い方の要素まで複製する
・例外が発生したらlogExceptionを使ってログに出力する
- deepCopy(Collection<T>, Collection<T>) - クラス のstaticメソッドdssp.brailleLib.Util
-
Collectionの深い複製
・各要素のコピーコンストラクタで複製する
・複製元の長さが0の場合は、複製先がクリアされる
・例外が発生したらlogExceptionを使ってログに出力する
- deepCopyByClone(T[], T[]) - クラス のstaticメソッドdssp.brailleLib.Util
-
Collectionの深い複製
・各要素のclone()で複製する
deepCopyByMethod("clone", Arrays.asList(src), Arrays.asList(dst))
と同じ
・複製元の長さが0の場合は、複製先がクリアされる
・例外が発生したらlogExceptionを使ってログに出力する
- deepCopyByClone(Collection<T>, Collection<T>) - クラス のstaticメソッドdssp.brailleLib.Util
-
Collectionの深い複製
・各要素のclone()で複製する
deepCopyByMethod("clone", src, dst)
と同じ
・複製元の長さが0の場合は、複製先がクリアされる
・例外が発生したらlogExceptionを使ってログに出力する
- deepCopyByMethod(String, T[], T[]) - クラス のstaticメソッドdssp.brailleLib.Util
-
Collectionの深い複製
・指定されたメソッドで各要素を複製する
deepCopyByMethod(copy, Arrays.asList(src), Arrays.asList(dst))
と同じ
・複製元の長さが0の場合は、複製先がクリアされる
・例外が発生したらlogExceptionを使ってログに出力する
- deepCopyByMethod(String, Collection<T>, Collection<T>) - クラス のstaticメソッドdssp.brailleLib.Util
-
Collectionの深い複製
・指定されたメソッドで各要素を複製する
メソッドは返り値が複製するオブジェクトのクラスでなければならない
・複製元の長さが0の場合は、複製先がクリアされる
・例外が発生したらlogExceptionを使ってログに出力する
- DEFAULT_DOT_SIZE - クラス のstatic変数dssp.brailleLib.BrailleRenderer
-
- delAllBox() - クラス のメソッドdssp.brailleLib.BrailleInfo
-
マスを全て削除する
- delBox(int) - クラス のメソッドdssp.brailleLib.BrailleInfo
-
マスを削除する
- delBrailleInfo(String, BrailleInfo.EXTRA...) - クラス のメソッドdssp.brailleLib.BrailleDict
-
BrailleInfoを削除する
・符号を指定した場合は、符号を持つBrailleInfoを削除する
- deletedBox(List<BrailleBox>) - インタフェース のメソッドdssp.brailleLib.BrailleEditListener
-
BrailleInfoのリストからboxListが削除された
- delExtra(BrailleInfo.EXTRA) - クラス のメソッドdssp.brailleLib.BrailleDict
-
外字符、大文字付などの符号を辞書から削除する
- DOT_SIZE - クラス の変数dssp.brailleLib.BrailleRenderer
-
- drawBraille(Graphics, BrailleInfo, int, int, int, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
1点字を描画する
・gがnullなら描画しないで、マウの領域のリストを計算するだけと同じ)
- drawBraille(Graphics, List<BrailleInfo>, int, int, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
点字を描画する
- drawDots(Graphics, int[], Rectangle, Color) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- drawLine(Graphics, List<BrailleInfo>, int, Rectangle, List<BrailleBox>, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- drawRowDots(Graphics, int, int, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- drawTable(Graphics, List<BrailleInfo>, List<BrailleBox>, int, Rectangle, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- drawTableLayouted(Graphics, List<BrailleInfo>, List<BrailleBox>, int, Rectangle, boolean) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- drawUnknown(Graphics, BrailleBox) - クラス のメソッドdssp.brailleLib.BrailleRenderer
-
- dssp.brailleLib - パッケージ dssp.brailleLib
-