org.apache.batik.css.value
Class CommonViewCSS

java.lang.Object
  |
  +--org.apache.batik.css.AbstractViewCSS
        |
        +--org.apache.batik.css.value.CommonViewCSS
All Implemented Interfaces:
AbstractView, ViewCSS
Direct Known Subclasses:
SVGViewCSS

public abstract class CommonViewCSS
extends AbstractViewCSS

This class represents a ViewCSS object initialized to manage the CSS values common to CSS2 ans SVG.


Fields inherited from class org.apache.batik.css.AbstractViewCSS
document, media, relativeValueResolvers, styles, userAgentStyleSheet, userStyleSheet
 
Constructor Summary
protected CommonViewCSS(DocumentView doc, CommonCSSContext ctx)
          Creates a new ViewCSS object.
 
Methods inherited from class org.apache.batik.css.AbstractViewCSS
addAuthorStyleSheetProperties, addInlineStyleProperties, addMatchingRules, addNonCSSPresentationalHints, addOverrideStyleProperties, addRelativeValueResolver, addUserAgentProperties, addUserProperties, computeRelativeValues, computeStyle, dispose, getCascadedStyle, getComputedStyle, getComputedStyleInternal, getDocument, mediaMatch, resolveURI, setAuthorProperty, setComputedStyle, setMedia, setUserAgentProperty, setUserAgentStyleSheet, setUserProperty, setUserStyleSheet, sortRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonViewCSS

protected CommonViewCSS(DocumentView doc,
                        CommonCSSContext ctx)
Creates a new ViewCSS object.
Parameters:
doc - The document view associated with this abstract view.
ctx - The application context.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.