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 | Field and Description |
---|---|
private MultiplexMappingInfo |
DefaultModelReader.multiplexInfo
The multiplex mapping info.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelWriter.writeMultiplexMapping(java.io.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(java.lang.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.
|