jp.carabiner.treeeditor.js.model
クラス JSNodeStyles.NodeStyleObject
java.lang.Object
jp.carabiner.treeeditor.js.model.JSNodeStyles.NodeStyleObject
- 含まれているクラス:
- JSNodeStyles
public class JSNodeStyles.NodeStyleObject
- extends Object
ノードスタイルオブジェクトです。
読み取り機能のみを提供します。
クラス 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