|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.LineWidth
public class LineWidth
線の幅を表すクラスです。
コンストラクタの概要 | |
---|---|
LineWidth(int lineWidth)
新しく生成された DataStyle オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
String |
getCommand()
設定するためのコマンド文字列を得る。 |
int |
getLineWidth()
線の幅を返します。 |
void |
setLineWidth(int lineWidth)
線の幅を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LineWidth(int lineWidth)
DataStyle
オブジェクトを初期化します。
lineWidth
- 線の幅メソッドの詳細 |
---|
public String getCommand()
GnuplotComponent
の記述:
GnuplotComponent
内の getCommand
GnuplotComponent.getCommand()
public void setLineWidth(int lineWidth)
lineWidth
- 線の幅public int getLineWidth()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |