jp.carabiner.treeeditor.js.model
クラス JSNodeStyles.NodeStyleObject

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.model.JSNodeStyles.NodeStyleObject
含まれているクラス:
JSNodeStyles

public class JSNodeStyles.NodeStyleObject
extends Object

ノードスタイルオブジェクトです。 読み取り機能のみを提供します。


コンストラクタの概要
JSNodeStyles.NodeStyleObject(String name, int foreground, int background)
          構築します。
 
メソッドの概要
 Color getBackground()
           
 Color getForeground()
           
 String getName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JSNodeStyles.NodeStyleObject

public JSNodeStyles.NodeStyleObject(String name,
                                    int foreground,
                                    int background)
構築します。

パラメータ:
name - 名前。nullは不可。
foreground - 文字色。
background - 背景色。
メソッドの詳細

getName

public String getName()
戻り値:
the name

getForeground

public Color getForeground()
戻り値:
the foreground

getBackground

public Color getBackground()
戻り値:
the background