FileDocCategorySizeDatePackage
SystemProperties.javaAPI DocAndroid 1.5 API1883Wed May 06 22:41:54 BST 2009org.apache.harmony.awt.wtk

SystemProperties

public interface SystemProperties
NativeProperties

Fields Summary
Constructors Summary
Methods Summary
public java.awt.FontgetDefaultFont()
Get default font for GUI elements such as menus and buttons

return
the font object

public intgetSystemColorARGB(int index)
Get current value of a system color

param
index - one of java.awt.SystemColor constants
return
ARGB value of requested system color

public voidinit(java.util.Map desktopProperties)
Fill the given Map with system properties

public voidmapInputMethodHighlight(java.awt.im.InputMethodHighlight highlight, java.util.Map map)
Fills the given map with system-dependent visual text attributes for the abstract description of the given input method highlight

see
java.awt.Toolkit.mapInputMethodHighlight()