jtail
クラス ColorFilter

java.lang.Object
  |
  +--jtail.TextFilterAdapter
        |
        +--jtail.ColorFilter
すべての実装インタフェース:
TextFilter

public class ColorFilter
extends TextFilterAdapter

テキストパターンカラーフィルタ


フィールドの概要
 
クラス jtail.TextFilterAdapter から継承したフィールド
pattern
 
コンストラクタの概要
ColorFilter()
          デフォルトコンストラクタ
ColorFilter(java.lang.String pattern, java.awt.Color color)
          パターンと色を指定してフィルタを構築
 
メソッドの概要
 EditedString editEach(EditedString str)
          フィルタ処理 (出力がカットされる場合は、nullを返す)
 java.lang.String getColor()
          色の取得
 void setColor(java.lang.String strColor)
          色の設定
 
クラス jtail.TextFilterAdapter から継承したメソッド
edit, getPattern, setPattern
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ColorFilter

public ColorFilter()
デフォルトコンストラクタ


ColorFilter

public ColorFilter(java.lang.String pattern,
                   java.awt.Color color)
パターンと色を指定してフィルタを構築

メソッドの詳細

editEach

public EditedString editEach(EditedString str)
フィルタ処理 (出力がカットされる場合は、nullを返す)

定義:
クラス TextFilterAdapter 内の editEach

getColor

public java.lang.String getColor()
色の取得


setColor

public void setColor(java.lang.String strColor)
色の設定