net.sf.ext.entagged.plugins.audioformats.ogg
Class OGGTagType

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

public class OGGTagType
extends java.lang.Object
implements TagTypeInterface


Constructor Summary
OGGTagType()
           
 
Method Summary
 AudioFormatInterface getAudioFormat()
           
 Tag getEmptyTag()
           
 javax.swing.ImageIcon getIcon()
           
static OGGTagType 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

OGGTagType

public OGGTagType()
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 OGGTagType getInstance()

toString

public java.lang.String toString()
Specified by:
toString in interface TagTypeInterface