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

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

public class XLabel
extends Label

Xラベルを表すクラスです。

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

コンストラクタの概要
XLabel()
          コンストラクター
XLabel(String text)
          コンストラクター
XLabel(String text, double xOffset, double 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
 

コンストラクタの詳細

XLabel

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


XLabel

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

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

XLabel

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

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

getCommand

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

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