org.apache.batik.css.engine |
|
Java Source File Name | Type | Comment |
CSSContext.java | Interface | This interface allows the user of a CSSEngine to provide contextual
informations. |
CSSEngine.java | Class | This is the base class for all the CSS engines. |
CSSEngineEvent.java | Class | This class represents a CSS event fired by a CSSEngine. |
CSSEngineListener.java | Interface | This class must be implemented in order to be notified of CSS events. |
CSSEngineUserAgent.java | Interface | |
CSSImportedElementRoot.java | Interface | 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.java | Interface | This interface represents a node which imports a subtree. |
CSSStylableElement.java | Interface | This interface must be implemented by the DOM elements which needs
CSS support. |
CSSStyleSheetNode.java | Interface | This interface must be implemented by the DOM nodes which represent
CSS style-sheets. |
FontFaceRule.java | Class | This class represents a @font-face CSS rule. |
ImportRule.java | Class | This class represents a @import CSS rule. |
MediaRule.java | Class | This class represents a @media CSS rule. |
Messages.java | Class | This class manages the message for the css.engine module. |
Rule.java | Interface | This interface represents a CSS rule. |
StringIntMap.java | Class | A simple hashtable, not synchronized, with fixed load factor. |
StyleDeclaration.java | Class | This class represents a collection of CSS property values. |
StyleMap.java | Class | This class represents objects which contains property/value mappings. |
StyleRule.java | Class | This class represents a style rule. |
StyleSetting.java | Class | |
StyleSheet.java | Class | This class represents a list of rules. |
StyleSheetCache.java | Class | Style sheet cache, to avoid repeated loading and parsing of the
stylesheet, and also to avoid introducing excessive memory overhead
such that multiple pages referring to the same stylesheet can use
the same instance. |
SystemColorSupport.java | Class | This class provides support for AWT system colors. |