Uses of Class
org.blinkenlights.jid3.v2.USERID3V2Frame

Packages that use USERID3V2Frame
org.blinkenlights.jid3.test   
org.blinkenlights.jid3.util   
org.blinkenlights.jid3.v2   
 

Uses of USERID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type USERID3V2Frame
 void AllTests.TestID3Visitor.visitUSERID3V2Frame(USERID3V2Frame oUSERID3V2Frame)
           
 

Uses of USERID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type USERID3V2Frame
 void ID3Visitor.visitUSERID3V2Frame(USERID3V2Frame oUSERID3V2Frame)
           
 

Uses of USERID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return USERID3V2Frame
 USERID3V2Frame ID3V2_3_0Tag.setUSERFrame(USERID3V2Frame oUSERID3V2Frame)
          Set a terms of use frame in this tag.
 USERID3V2Frame ID3V2_3_0Tag.getUSERFrame()
          Get the USER frame set in this tag.
 USERID3V2Frame ID3V2_3_0Tag.removeUSERFrame()
          Remove the USER frame which was set in this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type USERID3V2Frame
 USERID3V2Frame ID3V2_3_0Tag.setUSERFrame(USERID3V2Frame oUSERID3V2Frame)
          Set a terms of use frame in this tag.