インタフェース
shohaku.core.io.IntrospectWriter.Printer の使用

IntrospectWriter.Printer を使用しているパッケージ
shohaku.core.io 入出力操作のユーティリティを提供します。 
 

shohaku.core.io での IntrospectWriter.Printer の使用
 

IntrospectWriter.Printer を返す shohaku.core.io のメソッド
 IntrospectWriter.Printer[] IntrospectWriter.getPrinters()
          登録済みの出力プリンタを返却します。
 

IntrospectWriter.Printer 型のパラメータを持つ shohaku.core.io のメソッド
 void IntrospectWriter.print(java.lang.Object o, IntrospectWriter.Printer printer)
          出力プリンタを使用して出力ストリームへ出力します。
 void IntrospectWriter.println(java.lang.Object o, IntrospectWriter.Printer printer)
          出力プリンタを使用して出力ストリームへ出力して改行します。
 void IntrospectWriter.addPrinter(IntrospectWriter.Printer printer)
          出力プリンタを追加します。
 boolean IntrospectWriter.removePrinter(IntrospectWriter.Printer printer)
          出力プリンタを削除します。