JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.xml.generator.model.MultiplexMappingInfo

Packages that use MultiplexMappingInfo
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. 
 

Uses of MultiplexMappingInfo in org.jfree.xml.generator
 

Methods in org.jfree.xml.generator with parameters of type MultiplexMappingInfo
protected  void ModelWriter.writeMultiplexMapping(Writer writer, MultiplexMappingInfo mi)
          Writes a multiplex mapping to the XML output.
 

Uses of MultiplexMappingInfo in org.jfree.xml.generator.model
 

Methods in org.jfree.xml.generator.model that return MultiplexMappingInfo
 MultiplexMappingInfo[] MappingModel.getMultiplexMapping()
          Returns the multiplex mapping info.
 MultiplexMappingInfo MappingModel.lookupMultiplexMapping(Class baseClass)
          Returns a multiplex mapping for the specified class.
 

Methods in org.jfree.xml.generator.model with parameters of type MultiplexMappingInfo
 void MappingModel.addMultiplexMapping(MultiplexMappingInfo mappingInfo)
          Adds a multiplex mapping.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.