public class JsChartData extends Object
JsChartData は、JsChartData の個別属性を管理しているデータ管理クラスです。
コンストラクタと説明 |
---|
JsChartData() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getChartColumn()
JsChartData オブジェクトを作成する時のチャートカラムを取得します。
|
String |
getLabel()
ラベルを取得します。
|
String |
getOptionAttributes()
JsChartData オブジェクトを作成する時のオプション情報を取得します。
|
String |
getParameter()
JsChartData オブジェクトを作成するときのパラメータ情報を取得します。
|
void |
setBackgroundColor(String backgroundColor)
背景色 を設定します。
|
void |
setBorderColor(String borderColor)
線の色 を設定します。
|
void |
setBorderWidth(String borderWidth)
線の幅 を設定します。
|
void |
setChartColumn(String chartColumn)
チャートカラムを設定します。
|
void |
setFill(String fill)
フィル を設定します。
|
void |
setLabel(String label)
ラベルを設定します。
|
void |
setOptionAttributes(String optionAttributes)
オプション情報 を設定します。
|
void |
setTension(String tension)
線の伸張 を設定します。
|
public void setChartColumn(String chartColumn)
chartColumn
- チャートカラムpublic String getChartColumn()
public void setLabel(String label)
label
- ラベルpublic String getLabel()
public void setFill(String fill)
fill
- フィルpublic void setTension(String tension)
tension
- 線の伸張public void setBorderColor(String borderColor)
borderColor
- 線の色public void setBorderWidth(String borderWidth)
borderWidth
- 線の幅public void setBackgroundColor(String backgroundColor)
backgroundColor
- 背景色public void setOptionAttributes(String optionAttributes)
optionAttributes
- オプション情報public String getOptionAttributes()
public String getParameter()
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.