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

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

public class Frame
extends Object
implements GnuplotComponent

フレーム情報(原点のX座標、Y座標、幅、高さ)を表すクラスです。

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

コンストラクタの概要
Frame()
          コンストラクター
Frame(double xOrigin, double yOrigin, double width, double height)
          コンストラクター
 
メソッドの概要
 String getCommand()
          設定するためのコマンド文字列を得る。
 void setFrame(double xOrigin, double yOrigin, double width, double height)
          原点、幅、高さを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Frame

public Frame()
コンストラクター


Frame

public Frame(double xOrigin,
             double yOrigin,
             double width,
             double height)
コンストラクター

パラメータ:
xOrigin - 原点のX座標
yOrigin - 原点のX座標
width - 幅
height - 高さ
メソッドの詳細

setFrame

public void setFrame(double xOrigin,
                     double yOrigin,
                     double width,
                     double height)
原点、幅、高さを設定します。

パラメータ:
xOrigin - 原点のX座標
yOrigin - 原点のX座標
width - 幅
height - 高さ

getCommand

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

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