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 classIgnoredPropertyInfoRepresents an ignored property.classIndexedPropertyInfoIndexed property info.classPropertyInfoInformation about a property.Fields in org.jfree.xml.generator.model declared as TypeInfo Modifier and Type Field Description private TypeInfo[]MultiplexMappingInfo. childClassesThe child classes.private TypeInfo[]ClassDescription. constructorDescriptionConstructor descriptions.private TypeInfo[]KeyDescription. parametersThe parameters.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 voidMultiplexMappingInfo. 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 TypeInfo Constructor Description KeyDescription(TypeInfo[] parameters)Creates a new key description instance.
-