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

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

public class LineWidth
extends Object
implements GnuplotComponent

線の幅を表すクラスです。

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

コンストラクタの概要
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
 

コンストラクタの詳細

LineWidth

public LineWidth(int lineWidth)
新しく生成されたDataStyleオブジェクトを初期化します。

パラメータ:
lineWidth - 線の幅
メソッドの詳細

getCommand

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

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

setLineWidth

public void setLineWidth(int lineWidth)
線の幅を設定します。

パラメータ:
lineWidth - 線の幅

getLineWidth

public int getLineWidth()
線の幅を返します。

戻り値:
線の幅