video
Class CameraImage
java.lang.Object
   java.awt.Image
java.awt.Image
       video.CameraImage
video.CameraImage
- public class CameraImage 
- extends java.awt.Image
User: lyon
 Date: Nov 6, 2006
 Time: 9:34:17 AM
 Copyright DocJava, Inc. 2005.
 
| Fields inherited from class java.awt.Image | 
| SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty | 
 
| Method Summary | 
|  void | flush()
 | 
|  java.awt.Graphics | getGraphics()
 | 
|  int | getHeight(java.awt.image.ImageObserver observer)
 | 
|  java.lang.Object | getProperty(java.lang.String name,
            java.awt.image.ImageObserver observer)
 | 
|  java.awt.image.ImageProducer | getSource()
 | 
|  int | getWidth(java.awt.image.ImageObserver observer)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.awt.Image | 
| getAccelerationPriority, getCapabilities, getScaledInstance, setAccelerationPriority | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getWidth
public int getWidth(java.awt.image.ImageObserver observer)
- 
- Specified by:
- getWidthin class- java.awt.Image
 
- 
 
getHeight
public int getHeight(java.awt.image.ImageObserver observer)
- 
- Specified by:
- getHeightin class- java.awt.Image
 
- 
 
getSource
public java.awt.image.ImageProducer getSource()
- 
- Specified by:
- getSourcein class- java.awt.Image
 
- 
 
getGraphics
public java.awt.Graphics getGraphics()
- 
- Specified by:
- getGraphicsin class- java.awt.Image
 
- 
 
getProperty
public java.lang.Object getProperty(java.lang.String name,
                                    java.awt.image.ImageObserver observer)
- 
- Specified by:
- getPropertyin class- java.awt.Image
 
- 
 
flush
public void flush()
- 
- Overrides:
- flushin class- java.awt.Image
 
- 
 
main
public static void main(java.lang.String[] args)
-