Package de.enough.polish.preprocess.css

Class Summary
AttributesGroup Contains CSS attributes within Style objects
BackgroundComparator Sorts backgrounds within the backgrounds section - backgrounds without dependencies need to be created before backgrounds with dependencies like the combined or the mask background.
BackgroundConverter The base class for all backgrounds.
BorderConverter Creates different borders from CSS declarations.
ColorConverter Translates colors.
Converter Base class for several Creator classes.
CssAnimationRange Stores one range of an CSS animation.
CssAnimationSetting Stores animation CSS attributes
CssAttribute Represents a CSS attribute.
CssAttributesManager Manages all CSS attribute definitions loaded from [standard-css-attributes.xml] and [custom-css-aatributes.xml].
CssBlock Interpretes a single CSS block.
CssConverter Converts CSS files to Java-Code.
CssDeclarationBlock Stores information about a single declaration block.
CssMapping Maps a short CSS name to any string.
CssReader Reads CSS files and combines the found style-definitions.
FontConverter Respresents a J2ME font.
ParameterizedAttributeConverter Converts parameterized CSS attributes like backgrounds and borders without specific converter classes.
ParameterizedCssMapping Maps a short CSS name to any string.
Style Represents a CSS-style-definition.
StyleSheet Represents a StyleSheet for a specific application.