Interface SWTSkinProperties
- All Superinterfaces:
SkinProperties
- All Known Subinterfaces:
SWTSkinPropertiesParam
- All Known Implementing Classes:
SWTSkinPropertiesClone, SWTSkinPropertiesImpl, SWTSkinPropertiesParamImpl
Extends SkinProperties with SWT specific methods
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ColorRetrieve a color property in as a SWT Colororg.eclipse.swt.graphics.ColorgetColorWithAlpha(String sID) intgetPxValue(String name, int def) Get value in px, adjusted for dpiMethods inherited from interface SkinProperties
addProperty, addResourceBundle, addResourceBundle, clearCache, getBooleanValue, getClassLoader, getColorValue, getEmHeightPX, getIntValue, getReferenceID, getStringArray, getStringArray, getStringValue, getStringValue, getStringValue, getStringValue, hasKey
-
Method Details
-
getSkinID
String getSkinID() -
getColor
Retrieve a color property in as a SWT Color- Parameters:
name- Property Name- Returns:
- a Color, or null
-
getColor
-
getColorWithAlpha
- Parameters:
sID-- Returns:
- Since:
- 4.4.0.7
-
getPxValue
Get value in px, adjusted for dpi
-