| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
HFlatEffectMatte
The
HFlatEffectMatte class
represents a matte that is constant over space but varies over
time. |
class |
HFlatMatte
The
HFlatMatte class represents a
matte that is constant over space and time. |
class |
HImageEffectMatte
The
HImageEffectMatte class
represents a matte that varies over both space and time, it is
specified as a sequence of image masks. |
class |
HImageMatte
The
HImageMatte class represents a
matte that varies over space but is constant over time, it can be
specified by an "image mask" (a single channel image)
where the pixels indicate matte transparency. |
| Modifier and Type | Method and Description |
|---|---|
HMatte |
HMatteLayer.getMatte()
Get any
HMatte currently associated
with this component. |
HMatte |
HContainer.getMatte()
Get any
HMatte currently associated
with this component. |
HMatte |
HComponent.getMatte()
Get any
HMatte currently associated
with this component. |
| Modifier and Type | Method and Description |
|---|---|
void |
HMatteLayer.setMatte(HMatte m)
Applies an
HMatte to this component,
for matte compositing. |
void |
HContainer.setMatte(HMatte m)
Applies an
HMatte to this component,
for matte compositing. |
void |
HComponent.setMatte(HMatte m)
Applies an
HMatte to this component,
for matte compositing. |
Copyright © 2012 code4tv.com. All Rights Reserved.