Uses of Class
org.apache.batik.css.value.AbstractImmutableValue

Packages that use AbstractImmutableValue
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

Uses of AbstractImmutableValue in org.apache.batik.css.value
 

Subclasses of AbstractImmutableValue in org.apache.batik.css.value
 class AbstractImmutablePrimitiveValue
          This class represents immutable primitive values.
 class ImmutableFloat
          This class represents immutable CSS float values
 class ImmutableInherit
          This singleton class represents the immutable 'inherit' value.
 class ImmutableRect
          This class represents immutable CSS Rect values
 class ImmutableRGBColor
          This class represents immutable CSS colors.
 class ImmutableString
          This class represents immutable string values
 class ImmutableValueList
          This class implements an immutable value list.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.