|
|||||||||||
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.dom.svg |
Uses of CSSEngine in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return CSSEngine | |
static CSSEngine |
CSSUtilities.getCSSEngine(org.w3c.dom.Element e)
Returns CSSEngine associated to the specified element. |
Methods in org.apache.batik.bridge with parameters of type CSSEngine | |
static CSSFontFace |
CSSFontFace.createCSSFontFace(CSSEngine eng,
FontFaceRule ffr)
|
static java.lang.String |
CSSFontFace.getStringProp(StyleMap sm,
CSSEngine eng,
int pidx)
|
static float |
CSSFontFace.getFloatProp(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 |
CSSOMViewCSS.cssEngine
The associated CSS engine. |
protected CSSEngine |
CSSOMSVGStyleDeclaration.cssEngine
The 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 | |
CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS. |
|
CSSOMSVGViewCSS(CSSEngine engine)
Creates a new ViewCSS. |
|
CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp,
org.w3c.dom.css.CSSRule parent,
CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration. |
|
CSSOMSVGComputedStyle(CSSEngine e,
CSSStylableElement elt,
java.lang.String pseudoElt)
Creates a new computed style. |
|
CSSOMComputedStyle(CSSEngine e,
CSSStylableElement elt,
java.lang.String pseudoElt)
Creates a new computed style. |
Uses of CSSEngine in org.apache.batik.css.engine |
Subclasses of CSSEngine in org.apache.batik.css.engine | |
class |
SVGCSSEngine
This class provides a CSS engine initialized for SVG. |
Methods in org.apache.batik.css.engine with parameters of type CSSEngine | |
java.lang.String |
StyleSheet.toString(CSSEngine eng)
Returns a printable representation of this style-sheet. |
java.lang.String |
StyleRule.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 |
StyleDeclaration.toString(CSSEngine eng)
Returns a printable representation of this style rule. |
java.lang.String |
Rule.toString(CSSEngine eng)
Returns a printable representation of this rule. |
java.lang.String |
MediaRule.toString(CSSEngine eng)
Returns a printable representation of this media rule. |
java.lang.String |
ImportRule.toString(CSSEngine eng)
Returns a printable representation of this import rule. |
java.lang.String |
FontFaceRule.toString(CSSEngine eng)
Returns a printable representation of this rule. |
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. |
Constructors in org.apache.batik.css.engine with parameters of type CSSEngine | |
CSSEngineEvent(CSSEngine source,
org.w3c.dom.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 |
Methods in org.apache.batik.css.engine.value.css2 with parameters of type CSSEngine | |
Value |
TextDecorationManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
TextDecorationManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
SrcManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FontWeightManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FontWeightManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
FontStretchManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
FontSizeManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FontSizeManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
FontSizeManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
FontSizeAdjustManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FontSizeAdjustManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
FontFamilyManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FontFamilyManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
CursorManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
CursorManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
ClipManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
ClipManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
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 | |
Value |
SVGPaintManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
SVGPaintManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
SVGColorManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
SVGColorManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
StrokeMiterlimitManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
StrokeDashoffsetManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
StrokeWidthManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
StrokeDasharrayManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
StrokeDasharrayManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
StrokeDasharrayManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
SpacingManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
SpacingManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
OpacityManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
MaskManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
MaskManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
void |
MarkerShorthandManager.setValues(CSSEngine eng,
ShorthandManager.PropertyHandler ph,
LexicalUnit lu,
boolean imp)
Implements ShorthandManager.setValues(CSSEngine,ShorthandManager.PropertyHandler,LexicalUnit,boolean) . |
Value |
MarkerManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
MarkerManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
KerningManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
KerningManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
GlyphOrientationVerticalManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
GlyphOrientationVerticalManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
GlyphOrientationManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FilterManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
FilterManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
EnableBackgroundManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
EnableBackgroundManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
EnableBackgroundManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
ColorProfileManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
ColorProfileManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
ClipPathManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
ClipPathManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
BaselineShiftManager.createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
BaselineShiftManager.createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager#createStringValue(short,String,CSSEngine) . |
Value |
BaselineShiftManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
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. |
protected CSSEngine |
SVGOMDocument.cssEngine
The CSS engine. |
Methods in org.apache.batik.dom.svg that return CSSEngine | |
CSSEngine |
SVGOMDocument.getCSSEngine()
Returns the CSS engine. |
CSSEngine |
SVGDOMImplementation.createCSSEngine(SVGOMDocument doc,
CSSContext ctx)
Creates new CSSEngine and attach it to the document. |
CSSEngine |
ExtensibleSVGDOMImplementation.createCSSEngine(SVGOMDocument doc,
CSSContext ctx)
Creates new CSSEngine and attach it to the document. |
Methods in org.apache.batik.dom.svg with parameters of type CSSEngine | |
void |
SVGOMDocument.setCSSEngine(CSSEngine ctx)
Sets the CSS engine. |
Constructors in org.apache.batik.dom.svg with parameters of type CSSEngine | |
SVGStylableElement.PresentationAttributeValue(CSSEngine eng,
java.lang.String prop)
Creates a new PresentationAttributeValue. |
|
SVGStylableElement.PresentationAttributeColorValue(CSSEngine eng,
java.lang.String prop)
Creates a new PresentationAttributeColorValue. |
|
SVGStylableElement.PresentationAttributePaintValue(CSSEngine eng,
java.lang.String prop)
Creates a new PresentationAttributeColorValue. |
|
SVGStylableElement.StyleDeclaration(CSSEngine eng)
Creates a new StyleDeclaration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |