public class SCCXMLWrapper.Annotation extends NodeInterface implements SCC.Annotation
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
content() |
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class.
|
int |
offset() |
int |
offset(int ticksPerBeat) |
int |
onset() |
int |
onset(int ticksPerBeat) |
java.lang.String |
type() |
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeKeys, getAttributeNS, getAttributes, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, nodepublic final java.lang.String content()
content インタフェース内 SCC.Annotationprotected java.lang.String getSupportedNodeName()
NodeInterfaceReturns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.getSupportedNodeName クラス内 NodeInterfacepublic final int offset()
public final int offset(int ticksPerBeat)
offset インタフェース内 SCC.Annotationpublic final int onset()
public final int onset(int ticksPerBeat)
onset インタフェース内 SCC.Annotationpublic final java.lang.String type()
type インタフェース内 SCC.Annotation