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