Uses of Interface
org.eclipse.birt.chart.model.attribute.Interactivity

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.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 Interactivity.copyInstance()
          A convenient method to get an instance copy.
 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 InteractivityImpl.copyInstance()
          A convenient method to get an instance copy.
static Interactivity InteractivityImpl.create()
           
static Interactivity InteractivityImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 Interactivity AttributeFactoryImpl.createInteractivity()
           
 

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)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.