cynosurex.awt
Class EnhancedMediaTracker

java.lang.Object
  extended by java.awt.MediaTracker
      extended by cynosurex.awt.EnhancedMediaTracker
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon, java.io.Serializable

public class EnhancedMediaTracker
extends java.awt.MediaTracker
implements cynosurex.internal.CommonInterface

An enhanced media tracker.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.MediaTracker
ABORTED, COMPLETE, ERRORED, LOADING
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
EnhancedMediaTracker(java.awt.Component component)
          Constructor.
 
Method Summary
 java.awt.Image addImage(java.lang.String imagename, int id)
          Add an image (based on the location) to the tracker.
 
Methods inherited from class java.awt.MediaTracker
addImage, addImage, checkAll, checkAll, checkID, checkID, getErrorsAny, getErrorsID, isErrorAny, isErrorID, removeImage, removeImage, removeImage, statusAll, statusID, waitForAll, waitForAll, waitForID, waitForID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedMediaTracker

public EnhancedMediaTracker(java.awt.Component component)
Constructor.

Method Detail

addImage

public java.awt.Image addImage(java.lang.String imagename,
                               int id)
Add an image (based on the location) to the tracker. Once the image is loaded, the returned image will contain the data.