Methods Summary |
---|
public java.awt.Rectangle | getBounds()Returns the region in the component where the video will be
rendered to. Returns null if the entire component is being used.
|
public java.awt.Component | getComponent()Returns an AWT component that it will render to. Returns null
if it is not rendering to an AWT component.
|
public void | setBounds(java.awt.Rectangle rect)Sets the region in the component where the video is to be
rendered to. Video is to be scaled if necessary. If rect
is null, then the video occupies the entire component.
|
public boolean | setComponent(java.awt.Component comp)Requests the renderer to draw into a specified AWT component.
|