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