Uses of Interface
org.eclipse.birt.chart.model.component.ComponentFactory
Packages that use ComponentFactory
Package
Description
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
-
Uses of ComponentFactory in org.eclipse.birt.chart.model.component
Fields in org.eclipse.birt.chart.model.component declared as ComponentFactoryModifier and TypeFieldDescriptionstatic final ComponentFactory
ComponentFactory.eINSTANCE
The singleton instance of the factory.Methods in org.eclipse.birt.chart.model.component that return ComponentFactoryModifier and TypeMethodDescriptionComponentPackage.getComponentFactory()
Returns the factory that creates the instances of the model. -
Uses of ComponentFactory in org.eclipse.birt.chart.model.component.impl
Classes in org.eclipse.birt.chart.model.component.impl that implement ComponentFactoryModifier and TypeClassDescriptionclass
An implementation of the model Factory .Methods in org.eclipse.birt.chart.model.component.impl that return ComponentFactoryModifier and TypeMethodDescriptionComponentPackageImpl.getComponentFactory()
static ComponentFactory
ComponentFactoryImpl.init()
Creates the default factory implementation.