|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HMatte | |
---|---|
org.havi.ui |
Uses of HMatte in org.havi.ui |
---|
Classes in org.havi.ui that implement HMatte | |
---|---|
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. |
Methods in org.havi.ui that return HMatte | |
---|---|
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. |
Methods in org.havi.ui with parameters of type HMatte | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |