|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Plotter
プロッターを表すインターフェースです。
メソッドの概要 | |
---|---|
void |
plot1D(DoubleMatrix yData,
String[] lineNames,
String[] attribute1,
String[] attribute2)
1次元プロットを描画します。 |
void |
plot2D(DoubleMatrix xData,
DoubleMatrix yData,
String[] lineNames,
String[] attribute1,
String[] attribute2)
2次元プロットを描画します。 |
void |
plot3D(DoubleMatrix xData,
DoubleMatrix yData,
DoubleMatrix zData,
String[] lineNames,
String[] attribute1,
String[] attribute2)
3次元プロットを描画します。 |
void |
plot3DSurface(DoubleMatrix xData,
DoubleMatrix yData,
DoubleMatrix zData,
String lineName,
String attribute1,
String attribute2)
3次元空間に2次元平面を描画します。 |
void |
setGridVisible(boolean visible)
グリッドの表示・非表示を設定します。 |
void |
setLogScale(int scale)
ログスケールを設定します。 |
メソッドの詳細 |
---|
void plot1D(DoubleMatrix yData, String[] lineNames, String[] attribute1, String[] attribute2)
yData
- y方向のデータlineNames
- タイトルattribute1
- ラインの名前の前に指定する属性attribute2
- ラインの名前の後に指定する属性void plot2D(DoubleMatrix xData, DoubleMatrix yData, String[] lineNames, String[] attribute1, String[] attribute2)
xData
- x方向のデータyData
- y方向のデータlineNames
- ラインの名前attribute1
- ラインの名前の前に指定する属性attribute2
- ラインの名前の後に指定する属性void plot3D(DoubleMatrix xData, DoubleMatrix yData, DoubleMatrix zData, String[] lineNames, String[] attribute1, String[] attribute2)
xData
- x方向のデータyData
- y方向のデータzData
- z方向のデータlineNames
- ラインの名前attribute1
- ラインの名前の前に指定する属性attribute2
- ラインの名前の後に指定する属性void plot3DSurface(DoubleMatrix xData, DoubleMatrix yData, DoubleMatrix zData, String lineName, String attribute1, String attribute2)
xData
- x方向のデータyData
- y方向のデータzData
- z方向のデータlineName
- ラインの名前attribute1
- ラインの名前の前に指定する属性attribute2
- ラインの名前の後に指定する属性void setLogScale(int scale)
scale
- ログスケールvoid setGridVisible(boolean visible)
visible
- 表示するならばtrue、そうでなければfalse
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |