org.mklab.tool.graph.gnuplot.decoration
クラス FontSize

java.lang.Object
  上位を拡張 org.mklab.tool.graph.gnuplot.decoration.FontSize
すべての実装されたインタフェース:
GnuplotComponent

public class FontSize
extends Object
implements GnuplotComponent

フォントの大きさを表すクラスです。

バージョン:
$Revision: 1.9 $, 2005/08/04
作成者:
koga

コンストラクタの概要
FontSize()
          新しく生成されたDataStyleオブジェクトを初期化します。
 
メソッドの概要
 String getCommand()
          設定するためのコマンド文字列を得る。
 int getFontSize()
          フォントの大きさを返します。
 void setFontSize(int fontSize)
          フォントの大きさを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FontSize

public FontSize()
新しく生成されたDataStyleオブジェクトを初期化します。

メソッドの詳細

getCommand

public String getCommand()
インタフェース GnuplotComponent の記述:
設定するためのコマンド文字列を得る。

定義:
インタフェース GnuplotComponent 内の getCommand
戻り値:
設定するためのコマンド文字列
関連項目:
GnuplotComponent.getCommand()

setFontSize

public void setFontSize(int fontSize)
フォントの大きさを設定します。

パラメータ:
fontSize - フォントの大きさ

getFontSize

public int getFontSize()
フォントの大きさを返します。

戻り値:
フォントの大きさ