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

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

public class GradientInfo
extends AbstractUIElement


コンストラクタの概要
GradientInfo()
           
 
メソッドの概要
 void addGradientItem(GradientItem item)
           
 List<GradientItem> getGradientItems()
           
 String getStartColor()
           
 String getVertical()
           
 void setStartColor(String startColor)
           
 void setVertical(String vertical)
           
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GradientInfo

public GradientInfo()
メソッドの詳細

getStartColor

public String getStartColor()

setStartColor

public void setStartColor(String startColor)

getVertical

public String getVertical()

setVertical

public void setVertical(String vertical)

addGradientItem

public void addGradientItem(GradientItem item)

getGradientItems

public List<GradientItem> getGradientItems()


Copyright © 2006 The Seasar Foundation. All Rights Reserved.