com.metsci.glimpse.swt.misc
Class GlimpseColorSwt

java.lang.Object
  extended by com.metsci.glimpse.swt.misc.GlimpseColorSwt

public class GlimpseColorSwt
extends java.lang.Object


Constructor Summary
GlimpseColorSwt()
           
 
Method Summary
static float[] fromColorSwt(org.eclipse.swt.graphics.Color color)
           
static float[] fromColorSwt(org.eclipse.swt.graphics.RGB color)
           
static float[] fromColorSwtSystemColor(int color)
           
static org.eclipse.swt.graphics.Color toColorSwt(org.eclipse.swt.widgets.Display display, float[] color)
           
static org.eclipse.swt.graphics.Color toColorSwt(float[] color)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlimpseColorSwt

public GlimpseColorSwt()
Method Detail

fromColorSwt

public static float[] fromColorSwt(org.eclipse.swt.graphics.RGB color)

fromColorSwt

public static float[] fromColorSwt(org.eclipse.swt.graphics.Color color)

fromColorSwtSystemColor

public static float[] fromColorSwtSystemColor(int color)

toColorSwt

public static org.eclipse.swt.graphics.Color toColorSwt(float[] color)

toColorSwt

public static org.eclipse.swt.graphics.Color toColorSwt(org.eclipse.swt.widgets.Display display,
                                                        float[] color)


Copyright © 2012 Metron, Inc.. All Rights Reserved.