Package | Description |
---|---|
org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ExtendedProperty> |
Chart.getExtendedProperties()
Returns the value of the 'Extended Properties' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
IChartModelHelper.updateExtendedProperties(org.eclipse.emf.common.util.EList<ExtendedProperty> properties)
Updates extended properties during model and UI initialization
|
Modifier and Type | Method and Description |
---|---|
ExtendedProperty |
ExtendedProperty.copyInstance() |
ExtendedProperty |
AttributeFactory.createExtendedProperty()
Returns a new object of class 'Extended Property'.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPropertyImpl
An implementation of the model object '
Extended Property'.
|
Modifier and Type | Method and Description |
---|---|
ExtendedProperty |
ExtendedPropertyImpl.copyInstance() |
ExtendedProperty |
AttributeFactoryImpl.createExtendedProperty() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ExtendedProperty> |
ChartImpl.getExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ChartModelHelper.updateExtendedProperties(org.eclipse.emf.common.util.EList<ExtendedProperty> properties) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.