|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.modules.parser.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. |
boolean |
equals(java.lang.Object o)
Indicated whether an other object is equal to this one. |
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. |
int |
hashCode()
Computes an hashcode for this factory. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
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)
name - the name.
public java.lang.Object createBasicObject(StyleKey k,
java.lang.String value,
java.lang.Class c,
org.jfree.xml.factory.objects.ClassFactory cf)
k - the style key.value - the value.c - the class.cf - the class factory used to create the basic object.public java.util.Iterator getRegisteredKeys()
public boolean equals(java.lang.Object o)
o - the other object.Object.equals(java.lang.Object)public int hashCode()
Object.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||