org.mklab.tool.graph.gnuplot.decoration
クラス X2Tics

java.lang.Object
  上位を拡張 org.mklab.tool.graph.gnuplot.decoration.Tics
      上位を拡張 org.mklab.tool.graph.gnuplot.decoration.X2Tics
すべての実装されたインタフェース:
Cloneable, GnuplotComponent

public class X2Tics
extends Tics
implements Cloneable

X2軸の目盛り刻みを表すクラスです。

バージョン:
$Revision: 1.6 $, 2005/08/04
作成者:
koga

コンストラクタの概要
X2Tics(double start, double increase, double end)
          新しく生成されたX2Ticsオブジェクトを初期化します。
 
メソッドの概要
 Object clone()
          Object#clone()
 String getCommand()
          設定するためのコマンド文字列を得る。
 
クラス org.mklab.tool.graph.gnuplot.decoration.Tics から継承されたメソッド
getEnd, getIncrease, getStart, setEnd, setIncrease, setStart, setTics
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

X2Tics

public X2Tics(double start,
              double increase,
              double end)
新しく生成されたX2Ticsオブジェクトを初期化します。

パラメータ:
start - 始点
increase - 増分
end - 終点
メソッドの詳細

getCommand

public String getCommand()
インタフェース GnuplotComponent の記述:
設定するためのコマンド文字列を得る。

定義:
インタフェース GnuplotComponent 内の getCommand
戻り値:
設定するためのコマンド文字列
関連項目:
GnuplotComponent.getCommand()

clone

public Object clone()
Object#clone()

オーバーライド:
クラス Object 内の clone