|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.util.framework.AbstractFactory
de.dante.extex.color.ColorConverterFacory
This is the factory to provide an instance of a color converter.
Constructor Summary | |
ColorConverterFacory(Configuration config,
java.util.logging.Logger logger)
Creates a new object. |
Method Summary | |
ColorConverter |
newInstance(java.lang.String type)
Provide a new instance of a color converter. |
Methods inherited from class de.dante.util.framework.AbstractFactory |
configure, configure, createInstance, createInstance, createInstance, createInstanceForConfiguration, createInstanceForConfiguration, createInstanceForConfiguration, enableLogging, enableLogging, getConfiguration, getLogger, reconnect, selectConfiguration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColorConverterFacory(Configuration config, java.util.logging.Logger logger) throws ConfigurationException
config
- the configurationlogger
- the logger
ConfigurationException
- in case of an errorMethod Detail |
public ColorConverter newInstance(java.lang.String type) throws ConfigurationException
type
- the type
ConfigurationException
- in case of a problem in the configuration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |