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.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
Action |
IGObjectFactory.createAction(ActionType at,
ActionValue av) |
Action |
GObjectFactory.createAction(ActionType at,
ActionValue av) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ActionType> |
ActionType.VALUES
A public read-only list of all the 'Action Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ActionType |
ActionType.get(int value)
Returns the 'Action Type' literal with the specified integer value.
|
static ActionType |
ActionType.get(java.lang.String literal)
Returns the 'Action Type' literal with the specified literal value.
|
static ActionType |
ActionType.getByName(java.lang.String name)
Returns the 'Action Type' literal with the specified name.
|
static ActionType |
ActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionType |
AttributeFactoryImpl.createActionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ActionType |
AttributeFactoryImpl.createActionTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
ActionType |
Action.getType()
Returns the value of the 'Type' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setType(ActionType value)
Sets the value of the '
Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
ActionType |
ActionImpl.getType() |
Modifier and Type | Method and Description |
---|---|
static Action |
ActionImpl.create(ActionType at,
ActionValue av)
Returns an instance of an action
NOTE: Manually written
|
void |
ActionImpl.setType(ActionType newType) |
Modifier and Type | Method and Description |
---|---|
boolean |
InteractiveRenderer.isRegisteredAction(StructureSource target,
ActionType type) |
boolean |
InteractiveRenderer.registerAction(StructureSource target,
ActionType type)
Register a chart element with an interactive action
|
void |
InteractiveRenderer.unregisterAction(StructureSource target,
ActionType type) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.