com.dt.iTunesController
Class ITArtwork

java.lang.Object
  extended by com.dt.iTunesController.ITObject
      extended by com.dt.iTunesController.ITArtwork

public class ITArtwork
extends ITObject

Represents a artwork. Defines a single piece of artwork. Artwork is always associated with an individual track. To add a piece of artwork to a track, use IITTrack::AddArtworkFromFile(). The IITTrack::Artwork property To get a collection of artwork associated with a track call ITTrack.getArtwork().


Field Summary
 
Fields inherited from class com.dt.iTunesController.ITObject
object
 
Constructor Summary
ITArtwork(com.jacob.com.Dispatch d)
           
 
Method Summary
 void delete()
          Delete this object.
 java.lang.String getDescription()
           
 ITArtworkFormat getFormat()
          Returns the kind of the object.
 boolean getIsDownloadedArtwork()
           
 void SaveArtworkToFile(java.lang.String filePath)
           
 
Methods inherited from class com.dt.iTunesController.ITObject
fetchDispatch, getIndex, getName, getPlaylistID, getSourceID, getTrackDatabaseID, getTrackID, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITArtwork

public ITArtwork(com.jacob.com.Dispatch d)
Method Detail

delete

public void delete()
Delete this object.


getFormat

public ITArtworkFormat getFormat()
Returns the kind of the object.

Returns:
Returns the kind of the object.

getIsDownloadedArtwork

public boolean getIsDownloadedArtwork()

getDescription

public java.lang.String getDescription()

SaveArtworkToFile

public void SaveArtworkToFile(java.lang.String filePath)