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

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

public class GradientItem
extends AbstractUIElement


コンストラクタの概要
GradientItem()
           
 
メソッドの概要
 String getColor()
           
 String getPercent()
           
 void setColor(String color)
           
 void setPercent(String percent)
           
 
クラス org.seasar.jface.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)

getPercent

public String getPercent()

setPercent

public void setPercent(String percent)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.