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

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

public class YTics
extends Tics
implements Cloneable

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

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

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

コンストラクタの詳細

YTics

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

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

getCommand

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

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

clone

public Object clone()
Object#clone()

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