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

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

public class X2Label
extends Label

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

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

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

コンストラクタの詳細

X2Label

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


X2Label

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

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

X2Label

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

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

getCommand

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

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