Uses of Interface
org.eclipse.birt.chart.model.attribute.ExtendedProperty
Packages that use ExtendedProperty
Package
Description
Contains the chart model interfaces that define the starting point for creating
a new chart.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
-
Uses of ExtendedProperty in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return types with arguments of type ExtendedPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExtendedProperty>
Chart.getExtendedProperties()
Returns the value of the 'Extended Properties' containment reference list.Method parameters in org.eclipse.birt.chart.model with type arguments of type ExtendedPropertyModifier and TypeMethodDescriptionvoid
IChartModelHelper.updateExtendedProperties
(org.eclipse.emf.common.util.EList<ExtendedProperty> properties) Updates extended properties during model and UI initialization -
Uses of ExtendedProperty in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return ExtendedPropertyModifier and TypeMethodDescriptionExtendedProperty.copyInstance()
AttributeFactory.createExtendedProperty()
Returns a new object of class 'Extended Property'. -
Uses of ExtendedProperty in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement ExtendedPropertyModifier and TypeClassDescriptionclass
An implementation of the model object ' Extended Property'.Methods in org.eclipse.birt.chart.model.attribute.impl that return ExtendedPropertyModifier and TypeMethodDescriptionExtendedPropertyImpl.copyInstance()
AttributeFactoryImpl.createExtendedProperty()
-
Uses of ExtendedProperty in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return types with arguments of type ExtendedPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExtendedProperty>
ChartImpl.getExtendedProperties()
Method parameters in org.eclipse.birt.chart.model.impl with type arguments of type ExtendedPropertyModifier and TypeMethodDescriptionvoid
ChartModelHelper.updateExtendedProperties
(org.eclipse.emf.common.util.EList<ExtendedProperty> properties)