|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interactivity | |
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.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
org.eclipse.birt.chart.model.impl | 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 Interactivity | |
Interactivity |
Chart.getInteractivity()
Returns the value of the 'Interactivity' containment reference. |
Methods in org.eclipse.birt.chart.model with parameters of type Interactivity | |
void |
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 Interactivity | |
Interactivity |
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 Interactivity | |
class |
InteractivityImpl
An implementation of the model object 'Interactivity'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Interactivity | |
Interactivity |
AttributeFactoryImpl.createInteractivity()
|
static Interactivity |
InteractivityImpl.create()
|
Uses of Interactivity in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Interactivity | |
boolean |
AttributeValidator.validateInteractivity(Interactivity interactivity,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseInteractivity(Interactivity object)
Returns the result of interpretting the object as an instance of 'Interactivity'. |
Uses of Interactivity in org.eclipse.birt.chart.model.impl |
Methods in org.eclipse.birt.chart.model.impl that return Interactivity | |
Interactivity |
ChartImpl.getInteractivity()
|
Methods in org.eclipse.birt.chart.model.impl with parameters of type Interactivity | |
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetInteractivity(Interactivity newInteractivity,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChartImpl.setInteractivity(Interactivity newInteractivity)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |