Uses of Class
org.jfree.xml.generator.model.TypeInfo
-
Packages that use TypeInfo Package Description org.jfree.xml.generator.model 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.model Modifier and Type Class Description class
IgnoredPropertyInfo
Represents an ignored property.class
IndexedPropertyInfo
Indexed property info.class
PropertyInfo
Information about a property.Methods in org.jfree.xml.generator.model that return TypeInfo Modifier and Type Method Description TypeInfo[]
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 TypeInfo Modifier and Type Method Description void
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 TypeInfo Constructor Description KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.
-