Uses of Interface
org.eclipse.birt.chart.model.attribute.Interactivity
Packages that use Interactivity
Package
Description
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
-
Uses of Interactivity in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return InteractivityModifier and TypeMethodDescriptionChart.getInteractivity()
Returns the value of the 'Interactivity' containment reference.Methods in org.eclipse.birt.chart.model with parameters of type InteractivityModifier and TypeMethodDescriptionvoid
Chart.setInteractivity
(Interactivity value) Sets the value of the 'Interactivity
' containment reference. -
Uses of Interactivity in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return InteractivityModifier and TypeMethodDescriptionInteractivity.copyInstance()
AttributeFactory.createInteractivity()
Returns a new object of class 'Interactivity'. -
Uses of Interactivity in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement InteractivityModifier and TypeClassDescriptionclass
An implementation of the model object 'Interactivity'.Methods in org.eclipse.birt.chart.model.attribute.impl that return InteractivityModifier and TypeMethodDescriptionInteractivityImpl.copyInstance()
static Interactivity
InteractivityImpl.create()
AttributeFactoryImpl.createInteractivity()
-
Uses of Interactivity in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return InteractivityMethods in org.eclipse.birt.chart.model.impl with parameters of type InteractivityModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ChartImpl.basicSetInteractivity
(Interactivity newInteractivity, org.eclipse.emf.common.notify.NotificationChain msgs) void
ChartImpl.setInteractivity
(Interactivity newInteractivity)