|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.jface.GradientItem
public class GradientItem
グラデーション項目を保持するためのクラスです。
コンストラクタの概要 | |
---|---|
GradientItem()
|
メソッドの概要 | |
---|---|
String |
getColor()
色を取得します。 |
String |
getPercent()
割合を取得します。 |
void |
setColor(String color)
色を設定します。 |
void |
setPercent(String percent)
割合を設定します。 |
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GradientItem()
メソッドの詳細 |
---|
public String getColor()
public void setColor(String color)
color
- 色public String getPercent()
public void setPercent(String percent)
percent
- 割合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |