|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.havi.ui.HFlatMatte
public class HFlatMatte
The HFlatMatte
class represents a
matte that is constant over space and time. It is specified as a
floating point value in the range 0.0 to 1.0 where:
Parameter | Description | Default value | Set method | Get method |
---|---|---|---|---|
data | The transparency value for this flat effect matte. | 1.0 | setMatteData |
getMatteData |
Description | Default value | Set method | Get method |
---|---|---|---|
None. |
Constructor Summary | |
---|---|
HFlatMatte()
Creates an HFlatMatte
object. |
|
HFlatMatte(float data)
Creates an HFlatMatte
object. |
Method Summary | |
---|---|
float |
getMatteData()
Returns the data used for this matte. |
void |
setMatteData(float data)
Sets the data for this matte. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HFlatMatte()
HFlatMatte
object. See the class description for details of constructor
parameters and default values.
public HFlatMatte(float data)
HFlatMatte
object. See the class description for details of constructor
parameters and default values.
Method Detail |
---|
public void setMatteData(float data)
data
- the data for this matte.public float getMatteData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |