Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
Modifier and Type | Method and Description |
---|---|
Text |
IGObjectFactory.copyOf(Text src) |
Text |
GObjectFactory.copyOf(Text src) |
Text |
IGObjectFactory.createText(java.lang.String sValue) |
Text |
GObjectFactory.createText(java.lang.String sValue) |
Modifier and Type | Method and Description |
---|---|
Text |
IGObjectFactory.copyOf(Text src) |
Text |
GObjectFactory.copyOf(Text src) |
Modifier and Type | Method and Description |
---|---|
Text |
Chart.getDescription()
Returns the value of the 'Description' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setDescription(Text value)
Sets the value of the '
Description ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Text |
Text.copyInstance() |
Text |
AttributeFactory.createText()
Returns a new object of class 'Text'.
|
Modifier and Type | Class and Description |
---|---|
class |
TextImpl
An implementation of the model object '
Text'.
|
Modifier and Type | Method and Description |
---|---|
Text |
TextImpl.copyInstance()
A convenient method to get an instance copy.
|
static Text |
TextImpl.create(java.lang.String sValue)
A convenience method provided to create a Text instance
|
static Text |
TextImpl.createDefault(java.lang.String sValue)
A convenience method provided to create a Text instance
|
Text |
AttributeFactoryImpl.createText() |
Modifier and Type | Method and Description |
---|---|
Text |
Label.getCaption()
Returns the value of the 'Caption' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Label.setCaption(Text value)
Sets the value of the '
Caption ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Text |
LabelImpl.getCaption() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LabelImpl.basicSetCaption(Text newCaption,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LabelImpl.setCaption(Text newCaption) |
Modifier and Type | Method and Description |
---|---|
Text |
ChartImpl.getDescription() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetDescription(Text newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartImpl.setDescription(Text newDescription) |
Modifier and Type | Method and Description |
---|---|
Text |
Legend.getText()
Returns the value of the 'Text' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.setText(Text value)
Sets the value of the '
Text ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Text |
LegendImpl.getText() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LegendImpl.basicSetText(Text newText,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LegendImpl.setText(Text newText) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.