Uses of Class
org.jfree.xml.generator.model.TypeInfo
Packages that use TypeInfo
Package
Description
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
-
Uses of TypeInfo in org.jfree.xml.generator.model
Subclasses of TypeInfo in org.jfree.xml.generator.modelModifier and TypeClassDescriptionclassRepresents an ignored property.classIndexed property info.classInformation about a property.Fields in org.jfree.xml.generator.model declared as TypeInfoModifier and TypeFieldDescriptionprivate TypeInfo[]MultiplexMappingInfo.childClassesThe child classes.private TypeInfo[]ClassDescription.constructorDescriptionConstructor descriptions.private TypeInfo[]KeyDescription.parametersThe parameters.Methods in org.jfree.xml.generator.model that return TypeInfoModifier and TypeMethodDescriptionTypeInfo[]MultiplexMappingInfo.getChildClasses()Returns the child classes.TypeInfo[]ClassDescription.getConstructorDescription()Returns the constructor descriptions.TypeInfo[]KeyDescription.getParameters()Returns the parameters.Methods in org.jfree.xml.generator.model with parameters of type TypeInfoModifier and TypeMethodDescriptionvoidMultiplexMappingInfo.setChildClasses(TypeInfo[] childClasses) Sets the child classes.voidClassDescription.setConstructorDescription(TypeInfo[] constructorDescription) Sets the constructor description.Constructors in org.jfree.xml.generator.model with parameters of type TypeInfoModifierConstructorDescriptionKeyDescription(TypeInfo[] parameters) Creates a new key description instance.