net.sf.ext.entagged.libraries.audioformats
Class DefaultTagType
java.lang.Object
net.sf.ext.entagged.libraries.audioformats.DefaultTagType
- All Implemented Interfaces:
- TagTypeInterface
- public class DefaultTagType
- extends java.lang.Object
- implements TagTypeInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultTagType
public DefaultTagType()
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 DefaultTagType getInstance()
toString
public java.lang.String toString()
- Specified by:
toString
in interface TagTypeInterface