org.apache.batik.parser.style
Class AbstractCSSValueFactory

java.lang.Object
  |
  +--org.apache.batik.parser.style.AbstractCSSValueFactory
All Implemented Interfaces:
CSSValueFactory
Direct Known Subclasses:
AbstractLengthFactory, AbstractRectFactory

public abstract class AbstractCSSValueFactory
extends java.lang.Object
implements CSSValueFactory

This class is the abstract superclass of all factories.


Field Summary
static java.lang.String AUTO
          The 'auto' identifier string representation.
static CSSValue AUTO_VALUE
          The 'auto' identifier.
static CSSValue INHERIT
          The 'inherit' value.
 
Constructor Summary
protected AbstractCSSValueFactory()
          Creates a new AbstractCSSValueFactory object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.batik.parser.style.CSSValueFactory
createCSSValue
 

Field Detail

INHERIT

public static final CSSValue INHERIT
The 'inherit' value.

AUTO

public static final java.lang.String AUTO
The 'auto' identifier string representation.

AUTO_VALUE

public static final CSSValue AUTO_VALUE
The 'auto' identifier.
Constructor Detail

AbstractCSSValueFactory

protected AbstractCSSValueFactory()
Creates a new AbstractCSSValueFactory object.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.