|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorManagerExtension
Extends IColorManager
with
the ability to bind and un-bind colors.
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.
Method Summary | |
---|---|
void |
bindColor(java.lang.String key,
RGB rgb)
Remembers the given color specification under the given key. |
void |
unbindColor(java.lang.String key)
Forgets the color specification remembered under the given key. |
Method Detail |
---|
void bindColor(java.lang.String key, RGB rgb)
key
- the color keyrgb
- the color specification
java.lang.UnsupportedOperationException
- if there is already a
color specification remembered under the given keyvoid unbindColor(java.lang.String key)
key
- the color key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |