ビブラートのデータポイント
| フィールドの概要 | |
|---|---|
double
|
x
データ点の X 値 |
int
|
y
データ点の Y 値 |
| コンストラクタの概要 | |
|---|---|
static VibratoBP
|
new()
初期化を行う |
static VibratoBP
|
new(double x,int y)
初期化を行う |
| メソッドの概要 | |
|---|---|
static boolean
|
compare(VibratoBP a,VibratoBP b)
2 つの VibratoBP を比較する
|
int
|
compareTo(VibratoBP item)
順序を比較する |
| フィールドの詳細 |
|---|
public double x
public int y
| コンストラクタの詳細 |
|---|
public static VibratoBP new()
public static VibratoBP new(double x,
int y)
x - x 軸の値
y - y 軸の値
| メソッドの詳細 |
|---|
public static boolean compare(VibratoBP a,
VibratoBP b)
VibratoBP を比較する
a - 比較対象のオブジェクト
b - 比較対象のオブジェクト
a が b よりも小さい場合は true、そうでない場合は false を返す public int compareTo(VibratoBP item)
item - 比較対象のアイテム