|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.FontSize
public class FontSize
フォントの大きさを表すクラスです。
| コンストラクタの概要 | |
|---|---|
FontSize()
新しく生成された DataStyleオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
String |
getCommand()
設定するためのコマンド文字列を得る。 |
int |
getFontSize()
フォントの大きさを返します。 |
void |
setFontSize(int fontSize)
フォントの大きさを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public FontSize()
DataStyleオブジェクトを初期化します。
| メソッドの詳細 |
|---|
public String getCommand()
GnuplotComponent の記述:
GnuplotComponent 内の getCommandGnuplotComponent.getCommand()public void setFontSize(int fontSize)
fontSize - フォントの大きさpublic int getFontSize()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||