|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.Label
org.mklab.tool.graph.gnuplot.decoration.Y2Label
public class Y2Label
Y2ラベルを表すクラスです。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public Y2Label()
public Y2Label(String text)
text - ラベルテキスト
public Y2Label(String text,
double xOffset,
double yOffset)
text - ラベルテキストxOffset - 表示位置のx方向のオフセットyOffset - 表示位置のy方向のオフセット| メソッドの詳細 |
|---|
public String getCommand()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||