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