|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSEngine | |
---|---|
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. |
org.apache.batik.dom.svg | |
org.apache.batik.dom.svg12 |
Uses of CSSEngine in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as CSSEngine | |
---|---|
protected CSSEngine |
SVGAnimationEngine.cssEngine
The CSSEngine used for CSS value parsing. |
Methods in org.apache.batik.bridge that return CSSEngine | |
---|---|
static CSSEngine |
CSSUtilities.getCSSEngine(Element e)
Returns CSSEngine associated to the specified element. |
CSSEngine |
BridgeContext.getCSSEngineForElement(Element e)
Returns the CSS engine associated with given element. |
Methods in org.apache.batik.bridge with parameters of type CSSEngine | |
---|---|
static CSSFontFace |
CSSFontFace.createCSSFontFace(CSSEngine eng,
FontFaceRule ffr)
|
static float |
CSSFontFace.getFloatProp(StyleMap sm,
CSSEngine eng,
int pidx)
|
static 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 | |
---|---|
protected CSSEngine |
CSSOMSVGStyleDeclaration.cssEngine
The CSS engine. |
protected CSSEngine |
CSSOMViewCSS.cssEngine
The associated CSS engine. |
protected CSSEngine |
CSSOMComputedStyle.cssEngine
The CSS engine used to compute the values. |
Constructors in org.apache.batik.css.dom with parameters of type CSSEngine | |
---|---|
CSSOMComputedStyle(CSSEngine e,
CSSStylableElement elt,
String pseudoElt)
Creates a new computed style. |
|
CSSOMStoredStyleDeclaration(CSSEngine eng)
Creates a new CSSOMStoredStyleDeclaration. |
|
CSSOMSVGComputedStyle(CSSEngine e,
CSSStylableElement elt,
String pseudoElt)
Creates a new computed style. |
|
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp,
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 | |
---|---|
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 | |
---|---|
CSSEngine |
CSSContext.getCSSEngineForElement(Element e)
Returns the CSS engine associated with given element. |
Methods in org.apache.batik.css.engine with parameters of type CSSEngine | |
---|---|
void |
CSSEngine.importCascadedStyleMaps(Element src,
CSSEngine srceng,
Element dest)
Recursively imports the cascaded style from a source element to an element of the current document. |
String |
StyleRule.toString(CSSEngine eng)
Returns a printable representation of this style rule. |
String |
FontFaceRule.toString(CSSEngine eng)
Returns a printable representation of this rule. |
String |
MediaRule.toString(CSSEngine eng)
Returns a printable representation of this media rule. |
String |
Rule.toString(CSSEngine eng)
Returns a printable representation of this rule. |
String |
StyleDeclaration.toString(CSSEngine eng)
Returns a printable representation of this style rule. |
String |
ImportRule.toString(CSSEngine eng)
Returns a printable representation of this import rule. |
String |
StyleMap.toString(CSSEngine eng)
Returns a printable representation of this style map. |
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 | |
---|---|
CSSEngineEvent(CSSEngine source,
Element elt,
int[] props)
Creates a new CSSEngineEvent. |
Uses of CSSEngine in org.apache.batik.css.engine.value |
---|
Uses of CSSEngine in org.apache.batik.css.engine.value.css2 |
---|
Uses of CSSEngine in org.apache.batik.css.engine.value.svg |
---|
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 | |
---|---|
Value |
LineHeightManager.computeValue(CSSStylableElement elt,
String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
LineHeightManager.createValue(org.w3c.css.sac.LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
Value |
MarginLengthManager.createValue(org.w3c.css.sac.LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
void |
MarginShorthandManager.setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
org.w3c.css.sac.LexicalUnit lu,
boolean imp)
Implements ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean) . |
Uses of CSSEngine in org.apache.batik.dom |
---|
Fields in org.apache.batik.dom declared as CSSEngine | |
---|---|
protected CSSEngine |
AbstractStylableDocument.cssEngine
The CSS engine. |
Methods in org.apache.batik.dom that return CSSEngine | |
---|---|
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 | |
---|---|
void |
AbstractStylableDocument.setCSSEngine(CSSEngine ctx)
Sets the CSS engine. |
Uses of CSSEngine in org.apache.batik.dom.svg |
---|
Fields in org.apache.batik.dom.svg declared as CSSEngine | |
---|---|
protected CSSEngine |
SVGStylableElement.PresentationAttributeValue.cssEngine
The CSS engine. |
protected CSSEngine |
SVGStylableElement.PresentationAttributeColorValue.cssEngine
The CSS engine. |
protected CSSEngine |
SVGStylableElement.PresentationAttributePaintValue.cssEngine
The CSS engine. |
Methods in org.apache.batik.dom.svg that return CSSEngine | |
---|---|
CSSEngine |
SVGDOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms)
|
Constructors in org.apache.batik.dom.svg with parameters of type CSSEngine | |
---|---|
SVGStylableElement.OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration. |
|
SVGStylableElement.PresentationAttributeColorValue(CSSEngine eng,
String prop)
Creates a new PresentationAttributeColorValue. |
|
SVGStylableElement.PresentationAttributePaintValue(CSSEngine eng,
String prop)
Creates a new PresentationAttributeColorValue. |
|
SVGStylableElement.PresentationAttributeValue(CSSEngine eng,
String prop)
Creates a new PresentationAttributeValue. |
|
SVGStylableElement.StyleDeclaration(CSSEngine eng)
Creates a new StyleDeclaration. |
Uses of CSSEngine in org.apache.batik.dom.svg12 |
---|
Methods in org.apache.batik.dom.svg12 that return CSSEngine | |
---|---|
CSSEngine |
SVG12DOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |