net.sf.ext.entagged.plugins.audioformats.flac
Class FLACTagType

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.flac.FLACTagType
All Implemented Interfaces:
TagTypeInterface

public class FLACTagType
extends java.lang.Object
implements TagTypeInterface


Constructor Summary
FLACTagType()
           
 
Method Summary
 AudioFormatInterface getAudioFormat()
           
 Tag getEmptyTag()
           
 javax.swing.ImageIcon getIcon()
           
static FLACTagType getInstance()
           
 java.lang.String getName()
           
 TagReaderInterface getTagReader()
           
 java.lang.String getTagType()
           
 TagWriterInterface getTagWriter()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FLACTagType

public FLACTagType()
Method Detail

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