Package com.biglybt.ui.swt.skin
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.Color
Retrieve a color property in as a SWT Colororg.eclipse.swt.graphics.Color
getColorWithAlpha
(String sID) int
getPxValue
(String name, int def) Get value in px, adjusted for dpiMethods inherited from interface com.biglybt.ui.skin.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
-