PATH |
- Inherits from:
- javax.swing.JPanel : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- javax.accessibility.Accessible
- java.io.Serializable
- Package:
- com.webobjects.eointerface.swing
The EOQuickTimeView class is used to display QuickTime movies in Swing applications.
EOQuickTimeView defines the following int
constants to identify resizing behavior:
These same constants are also defined in quicktime.app.display.QTCanvas. They are duplicated in EOQuickTimeView for convenience. For information on the resizing behavior associated with these constants, see the QTCanvas documentation.
- javax.accessibility.Accessible
- java.io.Serializable
- All methods
- EOQuickTimeView
- isQuickTimeAvailable
- canvasResizing
- getPreferredSize
- movie
- player
- setBounds
- setCanvasResizing
- setMovie
- setMovieFromURL
- setPlayer
public EOQuickTimeView()
public static boolean isQuickTimeAvailable()
true
if the QuickTime for Java classes are in the class path and are loaded; false
otherwise. If the classes are in the class path but aren't loaded, this method attempts to load them.
public int canvasResizing()
For more information on the resizing constants, see "Constants" (page 32).
public java.awt.Dimension getPreferredSize()
public Object movie()
public Object player()
public void setBounds( int x, int y, int width, int height)
public void setCanvasResizing(int canvasResizing)
The default resizing behavior is QuickTimeCanvasAspectResizing. For more information on these constants, see "Constants" (page 32).
public void setMovie(Object movie)
public void setMovieFromURL(String url)
public void setPlayer(Object player)
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)