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

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

public class TitleLabel
extends Label

タイトルを表すクラスです。

バージョン:
$Revision: 1.6 $, 2005/07/28
作成者:
koga

コンストラクタの概要
TitleLabel()
          コンストラクター
TitleLabel(String text)
          コンストラクター
TitleLabel(String text, int xOffset, int yOffset)
          コンストラクター
 
メソッドの概要
 String getCommand()
          設定するためのコマンド文字列を得る。
 
クラス org.mklab.tool.graph.gnuplot.decoration.Label から継承されたメソッド
getText, getXOffset, getYOffset, setLabel, setText
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TitleLabel

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


TitleLabel

public TitleLabel(String text)
コンストラクター

パラメータ:
text - テキスト

TitleLabel

public TitleLabel(String text,
                  int xOffset,
                  int yOffset)
コンストラクター

パラメータ:
text - テキスト
xOffset - 表示位置のx方向のオフセット
yOffset - 表示位置のy方向のオフセット
メソッドの詳細

getCommand

public String getCommand()
設定するためのコマンド文字列を得る。

戻り値:
設定するためのコマンド文字列