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

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

public class YLabel
extends Label

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

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

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

コンストラクタの詳細

YLabel

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


YLabel

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

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

YLabel

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

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

getCommand

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

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