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

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

public class DataStyle
extends Object
implements GnuplotComponent

グラフのスタイルを表すクラスです。

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

コンストラクタの概要
DataStyle()
          新しく生成されたDataStyleオブジェクトを初期化します。
 
メソッドの概要
 String getCommand()
          設定するためのコマンド文字列を得る。
 String getStyle()
          グラフのスタイルを返します。
 void setStyle(String style)
          グラフのスタイルを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataStyle

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

メソッドの詳細

getCommand

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

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

setStyle

public void setStyle(String style)
グラフのスタイルを設定します。

パラメータ:
style - スタイル

getStyle

public String getStyle()
グラフのスタイルを返します。

戻り値:
スタイル