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

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

public class XTics
extends Tics
implements Cloneable

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

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

コンストラクタの概要
XTics(double start, double increase, double end)
          新しく生成されたXTicsオブジェクトを初期化します。
 
メソッドの概要
 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
 

コンストラクタの詳細

XTics

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

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

getCommand

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

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

clone

public Object clone()
Object#clone()

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