Uses of Class
org.apache.batik.css.engine.CSSEngine
-
Packages that use CSSEngine Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.css.dom org.apache.batik.css.engine org.apache.batik.css.engine.value org.apache.batik.css.engine.value.css2 org.apache.batik.css.engine.value.svg org.apache.batik.css.engine.value.svg12 org.apache.batik.dom Provides an implementation of the DOM level 2 core module. -
-
Uses of CSSEngine in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngine
SVGStylableElement.PresentationAttributeColorValue. cssEngine
The CSS engine.protected CSSEngine
SVGStylableElement.PresentationAttributePaintValue. cssEngine
The CSS engine.protected CSSEngine
SVGStylableElement.PresentationAttributeValue. cssEngine
The CSS engine.Methods in org.apache.batik.anim.dom that return CSSEngine Modifier and Type Method Description CSSEngine
SVG12DOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)
CSSEngine
SVGDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)
Constructors in org.apache.batik.anim.dom with parameters of type CSSEngine Constructor Description OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration.PresentationAttributeColorValue(CSSEngine eng, java.lang.String prop)
Creates a new PresentationAttributeColorValue.PresentationAttributePaintValue(CSSEngine eng, java.lang.String prop)
Creates a new PresentationAttributeColorValue.PresentationAttributeValue(CSSEngine eng, java.lang.String prop)
Creates a new PresentationAttributeValue.StyleDeclaration(CSSEngine eng)
Creates a new StyleDeclaration. -
Uses of CSSEngine in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as CSSEngine Modifier and Type Field Description protected CSSEngine
SVGAnimationEngine. cssEngine
The CSSEngine used for CSS value parsing.Methods in org.apache.batik.bridge that return CSSEngine Modifier and Type Method Description static CSSEngine
CSSUtilities. getCSSEngine(org.w3c.dom.Element e)
Returns CSSEngine associated to the specified element.CSSEngine
BridgeContext. getCSSEngineForElement(org.w3c.dom.Element e)
Returns the CSS engine associated with given element.Methods in org.apache.batik.bridge with parameters of type CSSEngine Modifier and Type Method Description static CSSFontFace
CSSFontFace. createCSSFontFace(CSSEngine eng, FontFaceRule ffr)
static float
CSSFontFace. getFloatProp(StyleMap sm, CSSEngine eng, int pidx)
static java.lang.String
CSSFontFace. getStringProp(StyleMap sm, CSSEngine eng, int pidx)
-
Uses of CSSEngine in org.apache.batik.css.dom
Fields in org.apache.batik.css.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngine
CSSOMComputedStyle. cssEngine
The CSS engine used to compute the values.protected CSSEngine
CSSOMSVGStyleDeclaration. cssEngine
The CSS engine.protected CSSEngine
CSSOMViewCSS. cssEngine
The associated CSS engine.Constructors in org.apache.batik.css.dom with parameters of type CSSEngine Constructor Description CSSOMComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
Creates a new computed style.CSSOMStoredStyleDeclaration(CSSEngine eng)
Creates a new CSSOMStoredStyleDeclaration.CSSOMSVGComputedStyle(CSSEngine e, CSSStylableElement elt, java.lang.String pseudoElt)
Creates a new computed style.CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS.CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS. -
Uses of CSSEngine in org.apache.batik.css.engine
Subclasses of CSSEngine in org.apache.batik.css.engine Modifier and Type Class Description class
SVG12CSSEngine
This class provides a CSS engine initialized for SVG.class
SVGCSSEngine
This class provides a CSS engine initialized for SVG.Methods in org.apache.batik.css.engine that return CSSEngine Modifier and Type Method Description CSSEngine
CSSContext. getCSSEngineForElement(org.w3c.dom.Element e)
Returns the CSS engine associated with given element.Methods in org.apache.batik.css.engine with parameters of type CSSEngine Modifier and Type Method Description void
CSSEngine. importCascadedStyleMaps(org.w3c.dom.Element src, CSSEngine srceng, org.w3c.dom.Element dest)
Recursively imports the cascaded style from a source element to an element of the current document.java.lang.String
FontFaceRule. toString(CSSEngine eng)
Returns a printable representation of this rule.java.lang.String
ImportRule. toString(CSSEngine eng)
Returns a printable representation of this import rule.java.lang.String
MediaRule. toString(CSSEngine eng)
Returns a printable representation of this media rule.java.lang.String
Rule. toString(CSSEngine eng)
Returns a printable representation of this rule.java.lang.String
StyleDeclaration. toString(CSSEngine eng)
Returns a printable representation of this style rule.java.lang.String
StyleMap. toString(CSSEngine eng)
Returns a printable representation of this style map.java.lang.String
StyleRule. toString(CSSEngine eng)
Returns a printable representation of this style rule.java.lang.String
StyleSheet. toString(CSSEngine eng)
Returns a printable representation of this style-sheet.Constructors in org.apache.batik.css.engine with parameters of type CSSEngine Constructor Description CSSEngineEvent(CSSEngine source, org.w3c.dom.Element elt, int[] props)
Creates a new CSSEngineEvent. -
Uses of CSSEngine in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type CSSEngine Modifier and Type Method Description Value
AbstractColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
AbstractValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
LengthManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
RectManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
ValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Computes the given value.Value
AbstractValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
IdentifierManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
ValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Creates and returns a new string value.Value
AbstractColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
IdentifierManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
LengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
RectManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
ValueManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
Creates a value from a lexical unit.void
ShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)
Sets the properties which are affected by this shorthand property. -
Uses of CSSEngine in org.apache.batik.css.engine.value.css2
Methods in org.apache.batik.css.engine.value.css2 with parameters of type CSSEngine Modifier and Type Method Description Value
CursorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontFamilyManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontSizeManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontStretchManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
FontWeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
ClipManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
FontSizeAdjustManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
FontSizeManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
TextDecorationManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
ClipManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
CursorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
FontFamilyManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
FontSizeAdjustManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
FontSizeManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
FontWeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
SrcManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
TextDecorationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.void
FontShorthandManager. handleSystemFont(CSSEngine eng, ShorthandManager.PropertyHandler ph, java.lang.String s, boolean imp)
void
FontShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)
-
Uses of CSSEngine in org.apache.batik.css.engine.value.svg
Methods in org.apache.batik.css.engine.value.svg with parameters of type CSSEngine Modifier and Type Method Description Value
BaselineShiftManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
EnableBackgroundManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
StrokeDasharrayManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
SVGColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
SVGPaintManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
BaselineShiftManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
ClipPathManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
ColorProfileManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
EnableBackgroundManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
FilterManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
GlyphOrientationVerticalManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
KerningManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
MarkerManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
MaskManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
SpacingManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
StrokeDasharrayManager. createStringValue(short type, java.lang.String value, CSSEngine engine)
Value
BaselineShiftManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
ClipPathManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
ColorProfileManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
EnableBackgroundManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
FilterManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
GlyphOrientationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
GlyphOrientationVerticalManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
KerningManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
MarkerManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
MaskManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
OpacityManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
SpacingManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
StrokeDasharrayManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
StrokeDashoffsetManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
StrokeMiterlimitManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
StrokeWidthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
SVGColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
SVGPaintManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.void
MarkerShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)
-
Uses of CSSEngine in org.apache.batik.css.engine.value.svg12
Methods in org.apache.batik.css.engine.value.svg12 with parameters of type CSSEngine Modifier and Type Method Description Value
LineHeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Value
LineHeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.Value
MarginLengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)
ImplementsValueManager.createValue(LexicalUnit,CSSEngine)
.void
MarginShorthandManager. setValues(CSSEngine eng, ShorthandManager.PropertyHandler ph, org.w3c.css.sac.LexicalUnit lu, boolean imp)
-
Uses of CSSEngine in org.apache.batik.dom
Fields in org.apache.batik.dom declared as CSSEngine Modifier and Type Field Description protected CSSEngine
AbstractStylableDocument. cssEngine
The CSS engine.Methods in org.apache.batik.dom that return CSSEngine Modifier and Type Method Description CSSEngine
ExtensibleDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx)
Creates new CSSEngine and attach it to the document.abstract CSSEngine
ExtensibleDOMImplementation. createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)
CSSEngine
AbstractStylableDocument. getCSSEngine()
Returns the CSS engine.Methods in org.apache.batik.dom with parameters of type CSSEngine Modifier and Type Method Description void
AbstractStylableDocument. setCSSEngine(CSSEngine ctx)
Sets the CSS engine.
-