|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.io.ext.factory.stylekey.StyleKeyFactoryCollector
A style key factory.
| Constructor Summary | |
StyleKeyFactoryCollector()
Creates a new factory. |
|
| Method Summary | |
void |
addFactory(StyleKeyFactory factory)
Adds a factory. |
java.lang.Object |
createBasicObject(StyleKey k,
java.lang.String value,
java.lang.Class c,
org.jfree.xml.factory.objects.ClassFactory cf)
Creates an object. |
java.util.Iterator |
getFactories()
Returns an iterator that provides access to the factories. |
java.util.Iterator |
getRegisteredKeys()
Returns an iterator that provides access to the registered keys. |
StyleKey |
getStyleKey(java.lang.String name)
Returns a style key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StyleKeyFactoryCollector()
| Method Detail |
public void addFactory(StyleKeyFactory factory)
factory - the factory.public java.util.Iterator getFactories()
public StyleKey getStyleKey(java.lang.String name)
getStyleKey in interface StyleKeyFactoryname - the name.
public java.lang.Object createBasicObject(StyleKey k,
java.lang.String value,
java.lang.Class c,
org.jfree.xml.factory.objects.ClassFactory cf)
createBasicObject in interface StyleKeyFactoryk - the style key.value - the value.c - the class.cf - the class factory used to create the basic object.
public java.util.Iterator getRegisteredKeys()
getRegisteredKeys in interface StyleKeyFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||