org.apache.batik.parser.style
Class AbstractRectFactory

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

public abstract class AbstractRectFactory
extends AbstractCSSValueFactory

This class represents the factories for the rect CSS values.


Field Summary
protected  LengthFactory factory
          The factory for the parameters.
 
Fields inherited from class org.apache.batik.parser.style.AbstractCSSValueFactory
AUTO, AUTO_VALUE, INHERIT
 
Constructor Summary
protected AbstractRectFactory()
          Creates a new AbstractRectFactory 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
 

Field Detail

factory

protected LengthFactory factory
The factory for the parameters.
Constructor Detail

AbstractRectFactory

protected AbstractRectFactory()
Creates a new AbstractRectFactory object.
Method Detail

createCSSValue

public CSSValue createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit.
Following copied from interface: org.apache.batik.parser.style.CSSValueFactory
Parameters:
l - The lexical unit representing the value.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.