|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.Tics
public abstract class Tics
目盛りの刻み位置を表すクラスです。
| コンストラクタの概要 | |
|---|---|
protected |
Tics(double start,
double increase,
double end)
新しく生成された Ticsオブジェクトを初期化します。 |
| メソッドの概要 | |
|---|---|
double |
getEnd()
終点を返します。 |
double |
getIncrease()
増分を返します。 |
double |
getStart()
始点を返します。 |
void |
setEnd(double end)
終点を設定します。 |
void |
setIncrease(double increase)
増分を設定します。 |
void |
setStart(double start)
始点を設定します。 |
void |
setTics(double start,
double increase,
double end)
目盛りの刻み位置を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.mklab.tool.graph.gnuplot.decoration.GnuplotComponent から継承されたメソッド |
|---|
getCommand |
| コンストラクタの詳細 |
|---|
protected Tics(double start,
double increase,
double end)
Ticsオブジェクトを初期化します。
start - 始点increase - 増分end - 終点| メソッドの詳細 |
|---|
public void setTics(double start,
double increase,
double end)
start - 始点increase - 増分end - 終点public void setStart(double start)
start - 始点public double getStart()
public void setEnd(double end)
end - 終点public double getEnd()
public void setIncrease(double increase)
increase - 増分public double getIncrease()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||