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<StyleMap> |
Chart.getStyles()
Returns the value of the 'Styles' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
StyleMap |
StyleMap.copyInstance() |
StyleMap |
AttributeFactory.createStyleMap()
Returns a new object of class 'Style Map'.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleMapImpl
An implementation of the model object '
Style Map'.
|
Modifier and Type | Method and Description |
---|---|
StyleMap |
StyleMapImpl.copyInstance() |
static StyleMap |
StyleMapImpl.create(StyledComponent name,
Style style) |
StyleMap |
AttributeFactoryImpl.createStyleMap() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<StyleMap> |
ChartImpl.getStyles() |
Copyright © 2005-2008 Actuate Corp. All rights reserved.