public interface ISharedTextColors
dispose
method is called,
the same color object is returned for equal RGB
values.
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Tells this object to dispose all its managed colors.
|
Color |
getColor(RGB rgb)
Returns the color object for the value represented by the given
RGB object. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.