|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Matte | |
|---|---|
| com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| com.sun.dtv.ui | TV specific UI functionality. |
| Uses of Matte in com.sun.dtv.lwuit |
|---|
| Methods in com.sun.dtv.lwuit that return Matte | |
|---|---|
Matte |
Container.getMatte()
|
Matte |
Label.getMatte()
|
Matte |
List.getMatte()
|
| Methods in com.sun.dtv.lwuit with parameters of type Matte | |
|---|---|
void |
Container.setMatte(Matte matte)
|
void |
Label.setMatte(Matte matte)
|
void |
List.setMatte(Matte matte)
|
| 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. |
| 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. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||