|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.TextLabel
public class TextLabel
テキストラベルを表すクラスです。
コンストラクタの概要 | |
---|---|
TextLabel()
コンストラクター |
|
TextLabel(String text,
double x,
double y)
コンストラクター |
|
TextLabel(String text,
double x,
double y,
String attribute)
コンストラクター |
メソッドの概要 | |
---|---|
String |
getCommand()
設定するためのコマンド文字列を得る。 |
void |
setLabel(String text,
double x,
double y)
ラベルを設定します。 |
void |
setLabel(String text,
double x,
double y,
String attribute)
ラベルを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TextLabel()
public TextLabel(String text, double x, double y)
text
- テキストx
- 表示位置のX座標y
- 表示位置のY座標public TextLabel(String text, double x, double y, String attribute)
text
- テキストx
- 表示位置のX座標y
- 表示位置のY座標attribute
- テキスト描画に関する属性メソッドの詳細 |
---|
public String getCommand()
GnuplotComponent
内の getCommand
public void setLabel(String text, double x, double y)
text
- テキストx
- 表示位置のX座標y
- 表示位置のY座標public void setLabel(String text, double x, double y, String attribute)
text
- テキストx
- 表示位置のX座標y
- 表示位置のY座標attribute
- テキスト描画に関する属性
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |