net.sf.ext.entagged.plugins.audioformats.ogg
Class OGGTagType
java.lang.Object
net.sf.ext.entagged.plugins.audioformats.ogg.OGGTagType
- All Implemented Interfaces:
- TagTypeInterface
- public class OGGTagType
- extends java.lang.Object
- implements TagTypeInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OGGTagType
public OGGTagType()
getTagType
public java.lang.String getTagType()
- Specified by:
getTagType
in interface TagTypeInterface
getName
public java.lang.String getName()
- Specified by:
getName
in interface TagTypeInterface
getEmptyTag
public Tag getEmptyTag()
- Specified by:
getEmptyTag
in interface TagTypeInterface
getTagReader
public TagReaderInterface getTagReader()
- Specified by:
getTagReader
in interface TagTypeInterface
getTagWriter
public TagWriterInterface getTagWriter()
- Specified by:
getTagWriter
in interface TagTypeInterface
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in interface TagTypeInterface
getAudioFormat
public AudioFormatInterface getAudioFormat()
- Specified by:
getAudioFormat
in interface TagTypeInterface
getInstance
public static OGGTagType getInstance()
toString
public java.lang.String toString()
- Specified by:
toString
in interface TagTypeInterface