org.seasar.uruma.component.impl
クラス GradientItem

java.lang.Object
  上位を拡張 org.seasar.uruma.component.impl.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.impl.GradientItem
すべての実装されたインタフェース:
UIElement

public class GradientItem
extends AbstractUIElement

グラデーション項目を保持するためのクラスです。

作成者:
y-komori

コンストラクタの概要
GradientItem()
           
 
メソッドの概要
 String getColor()
          色を取得します。
 String getPercent()
          割合を取得します。
 void setColor(String color)
          色を設定します。
 void setPercent(String percent)
          割合を設定します。
 
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GradientItem

public GradientItem()
メソッドの詳細

getColor

public String getColor()
色を取得します。

戻り値:

setColor

public void setColor(String color)
色を設定します。

パラメータ:
color - 色

getPercent

public String getPercent()
割合を取得します。

戻り値:
割合

setPercent

public void setPercent(String percent)
割合を設定します。

パラメータ:
percent - 割合


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.