TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.swt.internal
Class SWTSystemColor

java.lang.Object
  extended by org.eclipse.tptp.platform.report.igc.swt.internal.SWTSystemColor

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class SWTSystemColor
extends java.lang.Object

Handle SWT System Color definition.


Constructor Summary
SWTSystemColor()
          Deprecated.  
 
Method Summary
static int GetSystemColor(org.eclipse.swt.graphics.Device device, int id)
          Deprecated. Return system color defined in a device using IGC.C_xxx constant id.
protected static int ToRGBA(org.eclipse.swt.graphics.Color c)
          Deprecated. Convert a SWT Color to RGBA opaque value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTSystemColor

public SWTSystemColor()
Deprecated. 
Method Detail

ToRGBA

protected static int ToRGBA(org.eclipse.swt.graphics.Color c)
Deprecated. 
Convert a SWT Color to RGBA opaque value


GetSystemColor

public static int GetSystemColor(org.eclipse.swt.graphics.Device device,
                                 int id)
Deprecated. 
Return system color defined in a device using IGC.C_xxx constant id.

Parameters:
device - device used to get system color.
id - IGC.C_xxx constant id.
Returns:
rgba color defined by this device.

TPTP 4.5.0 Platform Project
Internal API Specification