FileDocCategorySizeDatePackage
VisualContainer.javaAPI DocJMF 2.1.1e604Mon May 12 12:20:42 BST 2003javax.media.renderer

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

Fields Summary
Constructors Summary
Methods Summary