クラスの使用
com.lmt.lib.bms.BmsPoint
-
BmsPointを使用しているパッケージ パッケージ 説明 com.lmt.lib.bms BMSライブラリの中核となるAPIが定義されています。 -
-
com.lmt.lib.bmsでのBmsPointの使用
BmsPointとして宣言されているcom.lmt.lib.bmsのフィールド 修飾子とタイプ フィールド 説明 static BmsPoint
BmsPoint. BEGIN
タイムライン上で有効な最も小さい楽曲位置static BmsPoint
BmsPoint. END
タイムライン上で有効な最も大きい楽曲位置BmsPointを返すcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 static BmsPoint
BmsPoint. of(int measure, double tick)
指定された小節番号、小節の刻み位置で新しい楽曲位置オブジェクトを構築します。static BmsPoint
BmsPoint. of(BmsAt at)
指定された楽曲位置と同じ新しい楽曲位置オブジェクトを構築します。BmsPoint
BmsContent. seekNextPoint(int measure, double tick, boolean inclusiveFrom, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(int measure, double tick, boolean inclusiveFrom, IntPredicate chTester, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノート、小節データ、または小節線を検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(BmsAt at, boolean inclusiveFrom, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(BmsAt at, boolean inclusiveFrom, IntPredicate chTester, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekPoint(int measureFrom, double tickFrom, double offsetTick, BmsPoint outPoint)
原点の楽曲位置から指定刻み数分だけ移動した楽曲位置を計算します。BmsPoint
BmsContent. seekPoint(BmsAt atFrom, double offsetTick, BmsPoint outPoint)
原点の楽曲位置から指定刻み数分だけ移動した楽曲位置を計算します。BmsPoint
BmsContent. timeToPoint(double timeSec, BmsPoint outPoint)
時間(秒)を楽曲位置(小節番号/刻み位置)に変換します。BmsPoint型のパラメータを持つcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 BmsPoint
BmsContent. seekNextPoint(int measure, double tick, boolean inclusiveFrom, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(int measure, double tick, boolean inclusiveFrom, IntPredicate chTester, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノート、小節データ、または小節線を検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(BmsAt at, boolean inclusiveFrom, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekNextPoint(BmsAt at, boolean inclusiveFrom, IntPredicate chTester, BmsPoint outPoint)
指定楽曲位置より後の位置に存在する直近のノートを検索し、その楽曲位置を返します。BmsPoint
BmsContent. seekPoint(int measureFrom, double tickFrom, double offsetTick, BmsPoint outPoint)
原点の楽曲位置から指定刻み数分だけ移動した楽曲位置を計算します。BmsPoint
BmsContent. seekPoint(BmsAt atFrom, double offsetTick, BmsPoint outPoint)
原点の楽曲位置から指定刻み数分だけ移動した楽曲位置を計算します。BmsPoint
BmsContent. timeToPoint(double timeSec, BmsPoint outPoint)
時間(秒)を楽曲位置(小節番号/刻み位置)に変換します。
-