org.geotools.styling
Class StyleFactoryFinder

java.lang.Object
  extended by org.geotools.styling.StyleFactoryFinder

Deprecated. Replaced by CommonFactoryFinder.getStyleFactory(org.geotools.factory.Hints).

public class StyleFactoryFinder
extends java.lang.Object


Constructor Summary
StyleFactoryFinder()
          Deprecated.  
 
Method Summary
static StyleFactory createStyleFactory()
          Deprecated. Create an instance of the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleFactoryFinder

public StyleFactoryFinder()
Deprecated. 
Method Detail

createStyleFactory

public static StyleFactory createStyleFactory()
                                       throws FactoryRegistryException
Deprecated. 
Create an instance of the factory.

Returns:
An instance of the Factory, or null if the Factory could not be created.
Throws:
FactoryRegistryException - If the factory is not found.


Copyright © 1996-2010 Geotools. All Rights Reserved.