org.apache.batik.css.value
Interface ValueFactoryMap

All Known Implementing Classes:
CommonValueFactoryMap

public interface ValueFactoryMap

This interface represents a map of ValueFactory objects.


Method Summary
 ValueFactory get(java.lang.String property)
          Returns the ValueFactory object associated with the given property.
 

Method Detail

get

public ValueFactory get(java.lang.String property)
Returns the ValueFactory object associated with the given property.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.