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.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.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
Modifier and Type | Method and Description |
---|---|
ActionValue |
IGObjectFactory.copyOf(ActionValue src) |
ActionValue |
GObjectFactory.copyOf(ActionValue src) |
Modifier and Type | Method and Description |
---|---|
ActionValue |
IGObjectFactory.copyOf(ActionValue src) |
ActionValue |
GObjectFactory.copyOf(ActionValue src) |
Action |
IGObjectFactory.createAction(ActionType at,
ActionValue av) |
Action |
GObjectFactory.createAction(ActionType at,
ActionValue av) |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessibilityValue
A representation of the model object 'Accessibility Value'.
|
interface |
CallBackValue
A representation of the model object 'Call Back Value'.
|
interface |
MultiURLValues
A representation of the model object 'Multi URL Values'.
|
interface |
ScriptValue
A representation of the model object 'Script Value'.
|
interface |
SeriesValue
A representation of the model object 'Series Value'.
|
interface |
TooltipValue
A representation of the model object 'Tooltip Value'.
|
interface |
URLValue
A representation of the model object 'URL Value'.
|
Modifier and Type | Method and Description |
---|---|
ActionValue |
ActionValue.copyInstance() |
ActionValue |
AttributeFactory.createActionValue()
Returns a new object of class 'Action Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibilityValueImpl
An implementation of the model object 'Accessibility Value'.
|
class |
ActionValueImpl
An implementation of the model object '
Action Value'.
|
class |
CallBackValueImpl
An implementation of the model object 'Call Back Value'.
|
class |
MultiURLValuesImpl
An implementation of the model object 'Multi URL Values'.
|
class |
ScriptValueImpl
An implementation of the model object '
Script Value'.
|
class |
SeriesValueImpl
An implementation of the model object '
Series Value'.
|
class |
TooltipValueImpl
An implementation of the model object '
Tooltip Value'.
|
class |
URLValueImpl
An implementation of the model object '
URL Value'.
|
Modifier and Type | Method and Description |
---|---|
ActionValue |
ActionValueImpl.copyInstance()
A convenient method to get an instance copy.
|
ActionValue |
AttributeFactoryImpl.createActionValue() |
Modifier and Type | Method and Description |
---|---|
ActionValue |
Action.getValue()
Returns the value of the 'Value' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setValue(ActionValue value)
Sets the value of the '
Value ' containment reference. |
Modifier and Type | Method and Description |
---|---|
ActionValue |
ActionImpl.getValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ActionImpl.basicSetValue(ActionValue newValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static Action |
ActionImpl.create(ActionType at,
ActionValue av)
Returns an instance of an action
NOTE: Manually written
|
void |
ActionImpl.setValue(ActionValue newValue) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.