|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.framework.AbstractFactory
org.extex.color.ColorConverterFacory
public class ColorConverterFacory
This is the factory to provide an instance of a color converter.
| Field Summary |
|---|
| Fields inherited from class org.extex.framework.AbstractFactory |
|---|
CLASS_ATTRIBUTE, DEFAULT_ATTRIBUTE, SELECT_ATTRIBUTE |
| 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 org.extex.framework.AbstractFactory |
|---|
configure, configure, createInstance, createInstance, createInstance, createInstance, createInstanceForConfiguration, createInstanceForConfiguration, createInstanceForConfiguration, enableLogging, enableLogging, getConfiguration, getLogger, getResourceFinder, reconnect, selectConfiguration, setResourceFinder |
| 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 error| Method Detail |
|---|
public ColorConverter newInstance(java.lang.String type)
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 | |||||||||