|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSOMReadOnlyStyleDeclaration | |
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 | Provides the classes for accessing CSS2 through DOM level 2 interfaces. |
org.apache.batik.css.svg | Provides the CSSValue factories specific to SVG. |
org.apache.batik.css.value | Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. |
org.apache.batik.dom.svg |
Uses of CSSOMReadOnlyStyleDeclaration in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return CSSOMReadOnlyStyleDeclaration | |
static CSSOMReadOnlyStyleDeclaration |
CSSUtilities.getComputedStyle(Element e)
Returns the computed style of the specified element. |
Methods in org.apache.batik.bridge with parameters of type CSSOMReadOnlyStyleDeclaration | |
static float |
TextUtilities.convertFontSize(Element svgElement,
BridgeContext ctx,
CSSOMReadOnlyStyleDeclaration decl,
UnitProcessor.Context uctx)
Converts the font-size CSS value to a float value. |
Uses of CSSOMReadOnlyStyleDeclaration in org.apache.batik.css |
Methods in org.apache.batik.css that return CSSOMReadOnlyStyleDeclaration | |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.getComputedStyleInternal(Element elt,
java.lang.String pseudoElt)
Internal version of getComputedStyle(). |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.computeStyle(Element elt,
java.lang.String pseudoElt)
Computes the cascaded style for the given element and pseudo element. |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.getCascadedStyle(Element elt,
java.lang.String pseudoElt)
Computes the cascaded style for the given element and pseudo element. |
CSSOMReadOnlyStyleDeclaration |
HiddenChildElement.getStyleDeclaration()
Gets the style of this element. |
Methods in org.apache.batik.css with parameters of type CSSOMReadOnlyStyleDeclaration | |
void |
AbstractViewCSS.setComputedStyle(Element elt,
java.lang.String pseudoElt,
CSSOMReadOnlyStyleDeclaration sd)
Sets the computed style in the cache in a way it is not collectable. |
protected void |
AbstractViewCSS.computeRelativeValues(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Computes the relative values in the given style declaration for the given element and pseudo-element. |
protected void |
AbstractViewCSS.addUserAgentProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the user-agent style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.setUserAgentProperty(java.lang.String name,
CSSStyleDeclaration decl,
CSSOMReadOnlyStyleDeclaration dest)
Sets a user-agent value to a computed style declaration. |
protected void |
AbstractViewCSS.addUserProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the user style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.setUserProperty(java.lang.String name,
CSSStyleDeclaration decl,
CSSOMReadOnlyStyleDeclaration dest)
Sets a user value to a computed style declaration. |
protected void |
AbstractViewCSS.addNonCSSPresentationalHints(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the non-CSS presentational hints to the given style declaration. |
protected void |
AbstractViewCSS.addAuthorStyleSheetProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the author style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.addInlineStyleProperties(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the inline style properties to the given style declaration. |
protected void |
AbstractViewCSS.addOverrideStyleProperties(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the override style properties to the given style declaration. |
protected void |
AbstractViewCSS.setAuthorProperty(java.lang.String name,
CSSStyleDeclaration decl,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration dest)
Sets a author value to a computed style declaration. |
void |
HiddenChildElement.setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
Sets the style of this element. |
Constructors in org.apache.batik.css with parameters of type CSSOMReadOnlyStyleDeclaration | |
CSSOMReadOnlyStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
Creates a new CSSOMReadOnlyStyleDeclaration object. |
Uses of CSSOMReadOnlyStyleDeclaration in org.apache.batik.css.svg |
Methods in org.apache.batik.css.svg with parameters of type CSSOMReadOnlyStyleDeclaration | |
void |
MaskResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
BaselineShiftResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
GlyphOrientationVerticalResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FillResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FilterResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
SimpleColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipRuleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
PointerEventsResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
LightingColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ImageRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ShapeRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
GlyphOrientationHorizontalResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorInterpolationFiltersResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipPathResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorProfileResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeDasharrayResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DominantBaselineResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorInterpolationResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeLinejoinResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
WritingModeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
MarkerResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextAnchorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
AlignmentBaselineResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeDashoffsetResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
EnableBackgroundResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeLinecapResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
OpacityResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FillRuleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeMiterlimitResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeWidthResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
Uses of CSSOMReadOnlyStyleDeclaration in org.apache.batik.css.value |
Methods in org.apache.batik.css.value with parameters of type CSSOMReadOnlyStyleDeclaration | |
void |
FontStyleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontSizeAdjustResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
CursorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontSizeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontStretchResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
UnicodeBidiResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontVariantResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontFamilyResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
OverflowResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DirectionResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DisplayResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
RelativeValueResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontWeightResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
SpacingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
VisibilityResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextDecorationResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
Uses of CSSOMReadOnlyStyleDeclaration in org.apache.batik.dom.svg |
Fields in org.apache.batik.dom.svg declared as CSSOMReadOnlyStyleDeclaration | |
protected CSSOMReadOnlyStyleDeclaration |
AbstractElement.styleDeclaration
The cascaded style, if any. |
Methods in org.apache.batik.dom.svg that return CSSOMReadOnlyStyleDeclaration | |
CSSOMReadOnlyStyleDeclaration |
AbstractElement.getStyleDeclaration()
Gets the style of this element. |
Methods in org.apache.batik.dom.svg with parameters of type CSSOMReadOnlyStyleDeclaration | |
void |
AbstractElement.setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
Sets the style of this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |