Package org.eclipse.wst.xsl.ui.internal.style
public class XMLTextAttributeMap extends java.lang.ObjectXMlTextAttributeMap handles the mapping of XML Style Constants to TextAttributes.
Method Summary | |
protected TextAttribute | createTextAttribute(RGB foreground
,
RGB background
,
int style) |
public static org.eclipse.wst.xsl.ui.internal.style.XMLTextAttributeMap | getInstance() An instance of XMLTextAttributeMap. |
public java.util.Map | getTextAttributeMap() Returns a Map of Style Constants and the corresponding Text Attribute |
Methods Detail |
protected TextAttribute createTextAttribute(RGB foreground
,
RGB background
,
int style)
foreground
background
style
TextAttribute
public org.eclipse.wst.xsl.ui.internal.style.XMLTextAttributeMap getInstance()
An instance of XMLTextAttributeMap.
org.eclipse.wst.xsl.ui.internal.style.XMLTextAttributeMap
public java.util.Map getTextAttributeMap()
Returns a Map of Style Constants and the corresponding Text Attribute
java.util.Map