org.eclipse.hyades.trace.views.util.internal
Class SpectrumColorMap
java.lang.Object
org.eclipse.hyades.trace.views.util.internal.SpectrumColorMap
- public class SpectrumColorMap
- extends java.lang.Object
|
Method Summary |
static org.eclipse.swt.graphics.Color |
color(int i)
|
static org.eclipse.swt.graphics.Color |
color(java.lang.String s)
|
static org.eclipse.swt.graphics.Color |
getBackgroundColor()
|
static org.eclipse.swt.graphics.Color |
getColor(org.eclipse.swt.graphics.RGB rgb)
|
static org.eclipse.swt.graphics.FontData |
getFontData()
|
static org.eclipse.swt.graphics.Color |
getSelectionColor()
|
static void |
shutdown()
Insert the method's description here. |
static void |
startup()
|
static void |
updateColors()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpectrumColorMap
public SpectrumColorMap()
color
public static org.eclipse.swt.graphics.Color color(int i)
color
public static org.eclipse.swt.graphics.Color color(java.lang.String s)
shutdown
public static void shutdown()
- Insert the method's description here.
Creation date: (07/11/2000 10:45:00 AM)
getSelectionColor
public static org.eclipse.swt.graphics.Color getSelectionColor()
getBackgroundColor
public static org.eclipse.swt.graphics.Color getBackgroundColor()
getFontData
public static org.eclipse.swt.graphics.FontData getFontData()
updateColors
public static void updateColors()
getColor
public static org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)
startup
public static void startup()