|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.palserv.XMidi.Tag
com.palserv.XMidi.TagCHUNK
com.palserv.XMidi.TagMThd
public class TagMThd
Implement the MThd tag.
This class must be public in order for the
Tag.getTag
method to work.
This is one of many Tag subclasses which are all similar.
Please see the
Tag
document and the
iTag
document for more details.
Constructor Summary | |
---|---|
TagMThd()
|
Method Summary | |
---|---|
java.lang.String |
createStartXML(State state)
Create the XML start tag. |
java.lang.String |
getName()
Get the tag name. |
Methods inherited from class com.palserv.XMidi.TagCHUNK |
---|
endElement, startElement |
Methods inherited from class com.palserv.XMidi.Tag |
---|
createEndXML, getTag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagMThd()
Method Detail |
---|
public java.lang.String createStartXML(State state)
Tag
createStartXML
in interface iTag
createStartXML
in class TagCHUNK
state
- - the State object.
public java.lang.String getName()
Tag
getName
in class TagCHUNK
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |