|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolutionControl<T>
The resolution change example needs a control to actually read and alter the used resolutions. This interface needs to be implemented by the implementing renderers to provide the access to the different functions.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Collection<T> getResolutions()
void setResolution(T newResolution)
newResolution
- the new resolutionT getCurrentResolution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |