org.apache.batik.parser.style
Class ClipFactory

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

public class ClipFactory
extends AbstractRectFactory

This class represents the factories for the "clip" attribute value.


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

ClipFactory

public ClipFactory()
Creates a new ClipFactory object.
Method Detail

createCSSValue

public CSSValue createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit.
Overrides:
createCSSValue in class AbstractRectFactory
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.