An {@link UIEnvironment} describes the environment of a UI component. E.g. if the component has a parent you canretrieve the parent's bounds. If it has no parent the {@link UIEnvironment} will always use the next higher UI part.So, you don't need to take care of using the right bounds because this is encapsulated in the {@link UIEnvironment}.
The {@link UIEnvironment} will be used when you implement your {@link Condition}.
@see Condition @noimplement This interface is not intended to be implemented by clients. @since 0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|