クラスの使用
com.lmt.lib.bms.BmsDeclarationElement
-
BmsDeclarationElementを使用しているパッケージ パッケージ 説明 com.lmt.lib.bms BMSライブラリの中核となるAPIが定義されています。 -
-
com.lmt.lib.bmsでのBmsDeclarationElementの使用
BmsDeclarationElement型の引数を持つ型を返すcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 Stream<BmsDeclarationElement>
BmsContent. declarations()
BMSコンテンツに登録されたBMS宣言を登録順に走査するストリームを返します。BmsDeclarationElement型のパラメータを持つcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 void
BmsContent. putDeclaration(BmsDeclarationElement declaration)
指定したBMS宣言を追加します。BmsDeclarationElement型の型引数を持つcom.lmt.lib.bmsのコンストラクタ・パラメータ コンストラクタ 説明 BmsContent(BmsContent src, Function<BmsDeclarationElement,String> cnvDecl, Function<BmsMetaElement,Object> cnvMeta, Function<BmsMeasureValue,Object> cnvMv, UnaryOperator<BmsNote> cnvNote)
指定されたBMSコンテンツをコピー元とした新しいBMSコンテンツオブジェクトを構築します。
-