org.mklab.tool.graph.gnuplot.decoration
クラス Grid
java.lang.Object
org.mklab.tool.graph.gnuplot.decoration.Switchable
org.mklab.tool.graph.gnuplot.decoration.Grid
- すべての実装されたインタフェース:
- GnuplotComponent
public class Grid
- extends Switchable
グリッドを表すクラスです。
- バージョン:
- $Revision: 1.7 $, 2005/08/01
- 作成者:
- koga
コンストラクタの概要 |
Grid()
コンストラクター |
Grid(boolean visible)
コンストラクター |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grid
public Grid()
- コンストラクター
Grid
public Grid(boolean visible)
- コンストラクター
- パラメータ:
visible
- 表示するならばtrue、そうでなければfalse
getCommand
public String getCommand()
- インタフェース
GnuplotComponent
の記述:
- 設定するためのコマンド文字列を得る。
- 戻り値:
- 設定するためのコマンド文字列
- 関連項目:
GnuplotComponent.getCommand()