org.mklab.tool.graph.gnuplot.decoration
クラス Parametric
java.lang.Object
org.mklab.tool.graph.gnuplot.decoration.Switchable
org.mklab.tool.graph.gnuplot.decoration.Parametric
- すべての実装されたインタフェース:
- GnuplotComponent
public class Parametric
- extends Switchable
媒介変数描画設定を表すクラスです。
- バージョン:
- $Revision: 1.6 $, 2005/08/01
- 作成者:
- koga
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parametric
public Parametric()
- コンストラクター
Parametric
public Parametric(boolean parametric)
- コンストラクター
- パラメータ:
parametric
- 表示ならtrue、非表示ならfalse
getCommand
public String getCommand()
- インタフェース
GnuplotComponent
の記述:
- 設定するためのコマンド文字列を得る。
- 戻り値:
- 設定するためのコマンド文字列
- 関連項目:
GnuplotComponent.getCommand()