|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.graph.gnuplot.decoration.Frame
public class Frame
フレーム情報(原点のX座標、Y座標、幅、高さ)を表すクラスです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public Frame()
public Frame(double xOrigin, double yOrigin, double width, double height)
xOrigin
- 原点のX座標yOrigin
- 原点のX座標width
- 幅height
- 高さメソッドの詳細 |
---|
public void setFrame(double xOrigin, double yOrigin, double width, double height)
xOrigin
- 原点のX座標yOrigin
- 原点のX座標width
- 幅height
- 高さpublic String getCommand()
GnuplotComponent
の記述:
GnuplotComponent
内の getCommand
GnuplotComponent.getCommand()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |