| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
| org.dvb.ui |
Provides extended graphics functionality.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Graphics2D |
GraphicsEnvironment.createGraphics(BufferedImage img)
Returns a
Graphics2D object for rendering into the
specified BufferedImage. |
| Modifier and Type | Method and Description |
|---|---|
abstract Graphics2D |
VolatileImage.createGraphics()
Creates a
Graphics2D, which can be used to draw into
this VolatileImage. |
Graphics2D |
BufferedImage.createGraphics()
Creates a
Graphics2D, which can be used to draw into
this BufferedImage. |
| Modifier and Type | Class and Description |
|---|---|
class |
DVBGraphics
The
DVBGraphics class is a adapter class to support alpha compositing in an MHP device. |
Copyright © 2013 CableLabs. All rights reserved.