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

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

public class Y2Label
extends Label

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

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

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

コンストラクタの詳細

Y2Label

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


Y2Label

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

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

Y2Label

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

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

getCommand

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

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