Uses of Enum
org.eclipse.birt.chart.model.attribute.ActionType
Packages that use ActionType
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
Contains classes that represent the core plot rendering framework.
-
Uses of ActionType in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation with parameters of type ActionTypeModifier and TypeMethodDescriptionGObjectFactory.createAction
(ActionType at, ActionValue av) IGObjectFactory.createAction
(ActionType at, ActionValue av) -
Uses of ActionType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type ActionTypeModifier and TypeFieldDescriptionstatic final List<ActionType>
ActionType.VALUES
A public read-only list of all the 'Action Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return ActionTypeModifier and TypeMethodDescriptionstatic ActionType
ActionType.get
(int value) Returns the 'Action Type' literal with the specified integer value.static ActionType
Returns the 'Action Type' literal with the specified literal value.static ActionType
Returns the 'Action Type' literal with the specified name.static ActionType
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. -
Uses of ActionType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return ActionTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createActionTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createActionTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of ActionType in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return ActionTypeMethods in org.eclipse.birt.chart.model.data with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
Action.setType
(ActionType value) Sets the value of the 'Type
' attribute. -
Uses of ActionType in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return ActionTypeMethods in org.eclipse.birt.chart.model.data.impl with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic final Action
ActionImpl.create
(ActionType at, ActionValue av) Returns an instance of an action NOTE: Manually writtenvoid
ActionImpl.setType
(ActionType newType) -
Uses of ActionType in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type ActionTypeModifier and TypeMethodDescriptionboolean
InteractiveRenderer.isRegisteredAction
(StructureSource target, ActionType type) boolean
InteractiveRenderer.registerAction
(StructureSource target, ActionType type) Register a chart element with an interactive actionvoid
InteractiveRenderer.unregisterAction
(StructureSource target, ActionType type)