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