org.apache.batik.parser.style
Class AbstractLengthFactory

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

public abstract class AbstractLengthFactory
extends AbstractCSSValueFactory

This class provides an abstract factory for CSS lengths.


Fields inherited from class org.apache.batik.parser.style.AbstractCSSValueFactory
AUTO, AUTO_VALUE, INHERIT
 
Constructor Summary
protected AbstractLengthFactory()
          Creates a new LengthFactory object.
 
Method Summary
 CSSValue createCSSValue(LexicalUnit lu)
          Returns a CSSValue built from the given SAC lexical unit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLengthFactory

protected AbstractLengthFactory()
Creates a new LengthFactory object.
Method Detail

createCSSValue

public CSSValue createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit.
Parameters:
lu - The SAC lexical unit used to create the value.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.