|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matte | |
com.sun.dtv.ui | TV specific UI functionality. |
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
Uses of Matte in com.sun.dtv.ui |
Classes in com.sun.dtv.ui that implement Matte | |
class |
AnimatedMatte
This class represents an animated matte with a dynamic image mask, where the pixel values determine the matte transparency for every pixel for a certain point of time. |
class |
StaticMatte
This class represents a non-animated matte, i.e. a matte not changing over time. |
Methods in com.sun.dtv.ui that return Matte | |
Matte |
MatteEnabled.getMatte()
Return the Matte currently associated with the
component implementing this interface. |
Matte |
MatteEnabledComponent.getMatte()
Return the Matte currently associated with the
component. |
Methods in com.sun.dtv.ui with parameters of type Matte | |
void |
MatteEnabled.setMatte(Matte matte)
/** Adds an Matte to the component implementing this
interface in order to enable matte compositing. |
void |
MatteEnabledComponent.setMatte(Matte matte)
Adds an Matte to this component in order to
enable matte compositing. |
Uses of Matte in com.sun.lwuit |
Methods in com.sun.lwuit that return Matte | |
Matte |
Container.getMatte()
|
Methods in com.sun.lwuit with parameters of type Matte | |
void |
Container.setMatte(Matte matte)
|
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |