| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Style |
Style.copyInstance() |
Style |
AttributeFactory.createStyle()
Returns a new object of class 'Style'
|
Style |
StyleMap.getStyle()
Returns the value of the 'Style' containment reference
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StyleMap.setStyle(Style value)
Sets the value of the '
Style' containment reference |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StyleImpl
An implementation of the model object 'Style'
|
| 限定符和类型 | 方法和说明 |
|---|---|
Style |
StyleImpl.copyInstance() |
static Style |
StyleImpl.create(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding) |
Style |
AttributeFactoryImpl.createStyle() |
Style |
StyleMapImpl.getStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
StyleMapImpl.basicSetStyle(Style newStyle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static StyleMap |
StyleMapImpl.create(StyledComponent name,
Style style) |
void |
StyleMapImpl.setStyle(Style newStyle) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.