|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.DataStyle
public class DataStyle
グラフのスタイルを表すクラスです。
| コンストラクタの概要 | |
|---|---|
DataStyle()
新しく生成された DataStyleオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
String |
getCommand()
設定するためのコマンド文字列を得る。 |
String |
getStyle()
グラフのスタイルを返します。 |
void |
setStyle(String style)
グラフのスタイルを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DataStyle()
DataStyleオブジェクトを初期化します。
| メソッドの詳細 |
|---|
public String getCommand()
GnuplotComponent の記述:
GnuplotComponent 内の getCommandGnuplotComponent.getCommand()public void setStyle(String style)
style - スタイルpublic String getStyle()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||