|
Interface Summary |
| CSSContext |
This interface allows the user of a CSSEngine to provide contextual
informations. |
| CSSEngine.MainPropertyReceiver |
Interface for people interesting in having 'primary' properties
set. |
| CSSEngineListener |
This class must be implemented in order to be notified of CSS events. |
| CSSEngineUserAgent |
One line Class Desc
Complete Class Desc |
| CSSImportedElementRoot |
This interface represents a DOM node which must be set as parent
of an imported node to allow a mecanism similar to the SVG |
| CSSImportNode |
This interface represents a node which imports a subtree. |
| CSSStylableElement |
This interface must be implemented by the DOM elements which needs
CSS support. |
| CSSStyleSheetNode |
This interface must be implemented by the DOM nodes which represent
CSS style-sheets. |
| Rule |
This interface represents a CSS rule. |
|
Class Summary |
| CSSEngine |
This is the base class for all the CSS engines. |
| CSSEngine.DocumentAdapter |
Provides an adapter for the DocumentHandler interface. |
| CSSEngineEvent |
This class represents a CSS event fired by a CSSEngine. |
| FontFaceRule |
This class represents a @font-face CSS rule. |
| ImportRule |
This class represents a @import CSS rule. |
| MediaRule |
This class represents a @media CSS rule. |
| Messages |
This class manages the message for the css.engine module. |
| StringIntMap |
A simple hashtable, not synchronized, with fixed load factor. |
| StringIntMap.Entry |
To manage collisions |
| StyleDeclaration |
This class represents a collection of CSS property values. |
| StyleMap |
This class represents objects which contains property/value mappings. |
| StyleRule |
This class represents a style rule. |
| StyleSheet |
This class represents a list of rules. |
| SVG12CSSEngine |
This class provides a CSS engine initialized for SVG. |
| SVGCSSEngine |
This class provides a CSS engine initialized for SVG. |
| SystemColorSupport |
This class provides support for AWT system colors. |