| Home >> All >> org >> apache >> batik >> css >> [ engine Javadoc ] |
org.apache.batik.css.engine: Javadoc index of package org.apache.batik.css.engine.
Package Samples:
org.apache.batik.css.engine.value
org.apache.batik.css.engine.value.svg12
org.apache.batik.css.engine.value.svg
org.apache.batik.css.engine.value.css2
org.apache.batik.css.engine.sac
Classes:
FontShorthandManager: This class provides support for the CSS2 'font' shorthand property. The form of this property is: [ [ || || ]? [ / ]? ] | caption | icon | menu | message-box | small-caption | status-bar | inherit It is worth noting that there is a potential ambiguity between font-size and font-weight since in SVG they can both be unitless. This is solved by considering the 'last' number before an 'ident' or '/' to be font-size and any preceeding number to be font-weight.
AbstractCombinatorCondition: This class provides an abstract implementation of the org.w3c.css.sac.CombinatorCondition interface.
AbstractAttributeCondition: This class provides an abstract implementation of the org.w3c.css.sac.AttributeCondition interface.
AbstractDescendantSelector: This class provides an abstract implementation of the org.w3c.css.sac.DescendantSelector interface.
AbstractSiblingSelector: This class provides an abstract implementation of the org.w3c.css.sac.SiblingSelector interface.
CSSAndCondition: This class provides an implementation of the org.w3c.css.sac.CombinatorCondition interface.
CSSConditionalSelector: This class provides an implementation of the org.w3c.css.sac.ConditionalSelector interface.
CSSDescendantSelector: This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.
CSSDirectAdjacentSelector: This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.
CSSAttributeCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSBeginHyphenAttributeCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSChildSelector: This class provides an implementation of the org.w3c.css.sac.DescendantSelector interface.
CSSClassCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSIdCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSOneOfAttributeCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSPseudoClassCondition: This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
CSSConditionFactory: This class provides an implementation of the org.w3c.css.sac.ConditionFactory interface.
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.
CSSLangCondition: This class provides an implementation of the org.w3c.css.sac.LangCondition interface.
ExtendedCondition: This interface provides additional features to the org.w3c.css.sac.Condition interface.
FontFaceRule: This class represents a @font-face CSS rule. This mostly exists to give us a place to store the URI to be used for 'src' URI resolution.
CSSElementSelector: This class implements the org.w3c.css.sac.ElementSelector interface.
CSSPseudoElementSelector: This class implements the org.w3c.css.sac.ElementSelector interface.
CSSSelectorFactory: This class implements the org.w3c.css.sac.SelectorFactory interface.
LineHeightValue: This class represents line-height values. These are basically FloatValues except that it may be 'font-size' relative.
| Home | Contact Us | Privacy Policy | Terms of Service |