Uses of Class
org.apache.myfaces.trinidadinternal.style.ParsedPropertyKey

Packages that use ParsedPropertyKey
org.apache.myfaces.trinidadinternal.style   
 

Uses of ParsedPropertyKey in org.apache.myfaces.trinidadinternal.style
 

Fields in org.apache.myfaces.trinidadinternal.style declared as ParsedPropertyKey
static ParsedPropertyKey Style.BACKGROUND_KEY
          Key for obtaining the Color object which corresponds to the style's "background-color" property.
static ParsedPropertyKey Style.FONT_FAMILIES_KEY
          Key for obtaining the list of font family names for this style.
static ParsedPropertyKey Style.FONT_SIZE_KEY
          This key is passed to Style.parseProperty() to obtain the font size for a Style.
static ParsedPropertyKey Style.FONT_STYLE_KEY
          This key is passed to Style.parseProperty() to obtain the font style for a Style.
static ParsedPropertyKey Style.FONT_WEIGHT_KEY
          This key is passed to Style.parseProperty() to obtain the font weight for a Style.
static ParsedPropertyKey Style.FOREGROUND_KEY
          Key for obtaining the Color object which corresponds to the style's "color" property.
static ParsedPropertyKey Style.TEXT_ANTIALIAS_KEY
          This key is passed to Style.parseProperty() to obtain the text antialias style for a Style object.
 

Methods in org.apache.myfaces.trinidadinternal.style with parameters of type ParsedPropertyKey
 java.lang.Object BaseStyle.getParsedProperty(ParsedPropertyKey key)
          Returns a parsed Java object corresponding to the specified property key.
 java.lang.Object Style.getParsedProperty(ParsedPropertyKey key)
          Returns a parsed Java object corresponding to the specified property key.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.