com.threerings.media
Interface MediaHost

All Known Implementing Classes:
MediaOverlay, MediaPanel, MisoScenePanel, VirtualMediaPanel

public interface MediaHost

Provides the glue between AbstractMediaManager and MediaPanel and MediaOverlay.


Method Summary
 Graphics2D createGraphics()
          Creates a graphics context for the component underlying this media host.
 

Method Detail

createGraphics

Graphics2D createGraphics()
Creates a graphics context for the component underlying this media host. This method can return null if the component is not currently displayable. The graphics created must be disposed by the caller.