public class JATArtworkAtom extends AbstractJATAtom
Constructor and Description |
---|
JATArtworkAtom(MP4AtomKey key,
Artwork artwork)
The constructor
|
Modifier and Type | Method and Description |
---|---|
Artwork |
getArtwork()
Used to get the artwork
|
java.lang.String |
toString()
Print out the contents of the atom
|
void |
updateField(Mp4Tag tag)
Used to update a tag
|
equals, getDisplayName, getKey, getName, hashCode
public JATArtworkAtom(MP4AtomKey key, Artwork artwork)
key
- The atom keyartwork
- The artworkpublic Artwork getArtwork()
public void updateField(Mp4Tag tag) throws FieldDataInvalidException
updateField
in class AbstractJATAtom
tag
- The tag to updateFieldDataInvalidException
public java.lang.String toString()
toString
in class java.lang.Object