javax.media.renderer
Interface VisualContainer


public interface VisualContainer

Players that need to export multiple visual components in one container will implement VisualContainer on the visual component. You can cast the visual component to a java.awt.Container and use the usual java.awt.Container methods to retrieve the individual components in the container. The components can then be placed as desired in a custom GUI.

Since:
JMF 2.0



Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.