public interface TestOpacity
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOpaque()
Returns true if the entire area of the component as given by the
getBounds method, is fully opaque.
|
boolean isOpaque()
Classes implementing this interface shall return true from their implementation of this method if and only if their implementation can guarantee full opacity. The consequences of an invalid overridden value are implementation specific.
Copyright © 2012 code4tv.com. All Rights Reserved.