org.mklab.tool.graph.gnuplot.decoration
クラス ZRange
java.lang.Object
org.mklab.tool.graph.gnuplot.decoration.Range
org.mklab.tool.graph.gnuplot.decoration.ZRange
- すべての実装されたインタフェース:
- Cloneable, GnuplotComponent
public class ZRange
- extends Range
- implements Cloneable
z軸に関する描画範囲を表すクラスです。
- バージョン:
- $Revision: 1.7 $, 2005/07/28
- 作成者:
- koga
コンストラクタの概要 |
ZRange(double min,
double max)
コンストラクタ |
ZRange
public ZRange(double min,
double max)
- コンストラクタ
- パラメータ:
min
- 最小値max
- 最大値
getCommand
public String getCommand()
- インタフェース
GnuplotComponent
の記述:
- 設定するためのコマンド文字列を得る。
- 定義:
- インタフェース
GnuplotComponent
内の getCommand
- 戻り値:
- 設定するためのコマンド文字列
- 関連項目:
GnuplotComponent.getCommand()
clone
public Object clone()
- Object#clone()
- オーバーライド:
- クラス
Object
内の clone