|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonCSSContext | |
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 CommonCSSContext in org.apache.batik.css.svg |
Subinterfaces of CommonCSSContext in org.apache.batik.css.svg | |
interface |
SVGCSSContext
This interface represents the context the application must provides to the CSS engine in order to resolve the relative SVG CSS values. |
Classes in org.apache.batik.css.svg that implement CommonCSSContext | |
class |
DefaultSVGCSSContext
This class is the default implementation of the SVGCSSContext. |
Uses of CommonCSSContext in org.apache.batik.css.value |
Classes in org.apache.batik.css.value that implement CommonCSSContext | |
class |
DefaultCommonCSSContext
This class is the default implementation of the CommonCSSContext. |
Fields in org.apache.batik.css.value declared as CommonCSSContext | |
protected CommonCSSContext |
FontFamilyResolver.context
The application context. |
protected CommonCSSContext |
ColorResolver.context
The application context. |
protected CommonCSSContext |
FontWeightResolver.context
The application context. |
Constructors in org.apache.batik.css.value with parameters of type CommonCSSContext | |
CommonViewCSS(DocumentView doc,
CommonCSSContext ctx)
Creates a new ViewCSS object. |
|
FontFamilyResolver(CommonCSSContext ctx)
Creates a new FontFamilyRelativeValueResolver object. |
|
ColorResolver(CommonCSSContext ctx)
Creates a new ColorRelativeValueResolver object. |
|
FontWeightResolver(CommonCSSContext ctx)
Creates a new FontWeightResolver object. |
Uses of CommonCSSContext in org.apache.batik.dom.svg |
Subinterfaces of CommonCSSContext in org.apache.batik.dom.svg | |
interface |
SVGContext
This interface is the placeholder for SVG application informations. |
Classes in org.apache.batik.dom.svg that implement CommonCSSContext | |
class |
DefaultSVGContext
This class is the placeholder for SVG application informations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |