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)
          コンストラクタ
 
メソッドの概要
 Object clone()
          Object#clone()
 String getCommand()
          設定するためのコマンド文字列を得る。
 
クラス org.mklab.tool.graph.gnuplot.decoration.Range から継承されたメソッド
getMaximum, getMinimum, setMaximum, setMinimum, setRange
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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