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 TypeClassDescriptionclass
Represents an ignored property.class
Indexed property info.class
Information about a property.Fields in org.jfree.xml.generator.model declared as TypeInfoModifier and TypeFieldDescriptionprivate TypeInfo[]
MultiplexMappingInfo.childClasses
The child classes.private TypeInfo[]
ClassDescription.constructorDescription
Constructor descriptions.private TypeInfo[]
KeyDescription.parameters
The 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 TypeMethodDescriptionvoid
MultiplexMappingInfo.setChildClasses
(TypeInfo[] childClasses) Sets the child classes.void
ClassDescription.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.