Interface ICSSPropertyTextHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyTextHandler, CSSPropertyTextSWTHandler
CSS2 Text Property Handler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCSSPropertyColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of a text.voidapplyCSSPropertyTextTransform(Object element, CSSValue value, String pseudo, CSSEngine engine) Controls the letters in an element.retrieveCSSPropertyColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyTextTransform(Object element, String pseudo, CSSEngine engine) Methods inherited from interface ICSSPropertyHandler
applyCSSProperty, onAllCSSPropertiesApplied, onAllCSSPropertiesApplied, retrieveCSSProperty
-
Method Details
-
applyCSSPropertyColor
-
applyCSSPropertyTextTransform
-
retrieveCSSPropertyColor
-
retrieveCSSPropertyTextTransform
-