|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransparencyManager<E extends Component>
| Method Summary | |
|---|---|
boolean |
isAlphaModeEnabled(E component)
Returns true if the transparency value of the component if higher than zero,
false otherwise. |
boolean |
isServiceAvailable()
Returns true if the manager can manage the transparency, false otherwise. |
void |
setAlphaModeRatio(E component,
float transparency)
Sets the transparency value for the spicified component. |
| Method Detail |
|---|
boolean isServiceAvailable()
void setAlphaModeRatio(E component,
float transparency)
component - the component to which assign the transparency.transparency - the transparency value. The valid range is [0.0 , 1.0].boolean isAlphaModeEnabled(E component)
component if higher than zero,
false otherwise.
component - the component for which retrieve the transparency value.
component if higher than zero,
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||