Package | Description |
---|---|
org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
org.jfree.xml.generator.model |
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelWriter.writeMultiplexMapping(Writer writer,
MultiplexMappingInfo mi)
Writes a multiplex mapping to the XML output.
|
Modifier and Type | Method and Description |
---|---|
MultiplexMappingInfo[] |
MappingModel.getMultiplexMapping()
Returns the multiplex mapping info.
|
MultiplexMappingInfo |
MappingModel.lookupMultiplexMapping(Class baseClass)
Returns a multiplex mapping for the specified class.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingModel.addMultiplexMapping(MultiplexMappingInfo mappingInfo)
Adds a multiplex mapping.
|
Copyright © 2001–2018 JFree.org. All rights reserved.