org.eclipse.jface.text.source
Interface ISharedTextColors
-
public interface ISharedTextColors
Manages SWT color objects. Until the dispose
method is called,
the same color object is returned for equal RGB
values.
This interface may be implemented by clients.
-
Since:
- 2.1
Method Summary
|
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. |
getColor
Color getColor(
RGB rgb)
- Returns the color object for the value represented by the given
RGB
object.
-
-
Parameters:
-
rgb
- the RBG color specification
-
Returns:
- the color object for the given RGB value
dispose
void dispose()
- Tells this object to dispose all its managed colors.
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.