Uses of Interface
org.apache.batik.css.CSSOMReadOnlyStyleDeclaration.ValueEntry

Packages that use CSSOMReadOnlyStyleDeclaration.ValueEntry
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
 

Uses of CSSOMReadOnlyStyleDeclaration.ValueEntry in org.apache.batik.css
 

Classes in org.apache.batik.css that implement CSSOMReadOnlyStyleDeclaration.ValueEntry
protected static class CSSOMReadOnlyStyleDeclaration.AuthorValueEntry
          To store a author value.
protected static class CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry
          To store an important author value.
protected static class CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry
          To store an important user-agent value.
protected static class CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry
          To store an important user value.
protected static class CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry
          To store a user-agent value.
protected static class CSSOMReadOnlyStyleDeclaration.UserValueEntry
          To store a user value.
 

Methods in org.apache.batik.css that return CSSOMReadOnlyStyleDeclaration.ValueEntry
protected  CSSOMReadOnlyStyleDeclaration.ValueEntry CSSOMReadOnlyStyleDeclaration.createValueEntry(CSSValue v, java.lang.String s, int p)
          Creates a new value entry.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.