public interface ResolutionControl<T>
Modifier and Type | Method and Description |
---|---|
T |
getCurrentResolution()
Get the resolution that applies currently.
|
Collection<T> |
getResolutions()
Get a list of resolutions that can be applied.
|
void |
setResolution(T newResolution)
Set a resolution that should be used from now on.
|
Collection<T> getResolutions()
void setResolution(T newResolution)
newResolution
- the new resolutionT getCurrentResolution()
Copyright © 2013. All Rights Reserved.