net.sf.ext.entagged.libraries.audioformats.interfaces
Interface TagTypeInterface
- All Known Implementing Classes:
- DefaultTagType, FLACTagType, OGGTagType, WAVTagType
- public interface TagTypeInterface
getAudioFormat
public AudioFormatInterface getAudioFormat()
getTagType
public java.lang.String getTagType()
getName
public java.lang.String getName()
getEmptyTag
public Tag getEmptyTag()
getTagReader
public TagReaderInterface getTagReader()
getTagWriter
public TagWriterInterface getTagWriter()
getIcon
public javax.swing.ImageIcon getIcon()
toString
public java.lang.String toString()