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

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

public class Key
extends Switchable

キーを表すクラスです。

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

コンストラクタの概要
Key()
          コンストラクター
Key(boolean visible)
          コンストラクター
 
メソッドの概要
 String getCommand()
          設定するためのコマンド文字列を得る。
 
クラス org.mklab.tool.graph.gnuplot.decoration.Switchable から継承されたメソッド
isOn, setOn
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Key

public Key()
コンストラクター


Key

public Key(boolean visible)
コンストラクター

パラメータ:
visible - 表示ならtrue、非表示ならfalse
メソッドの詳細

getCommand

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

戻り値:
設定するためのコマンド文字列
関連項目:
GnuplotComponent.getCommand()