Package org.apache.batik.css.engine

Interface Summary
CSSContext This interface allows the user of a CSSEngine to provide contextual informations.
CSSEngineListener This class must be implemented in order to be notified of CSS events.
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 element to work.
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.
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.
SVGCSSEngine This class provides a CSS engine initialized for SVG.
SystemColorSupport This class provides support for AWT system colors.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.