Uses of Interface
org.eclipse.birt.chart.model.component.Grid

Packages that use Grid
org.eclipse.birt.chart.model.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.util This is a placeholder file for the org.eclipse.birt.chart.model.component.util package. 
 

Uses of Grid in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Grid
 Grid Axis.getMajorGrid()
          Returns the value of the 'Major Grid' containment reference.
 Grid Axis.getMinorGrid()
          Returns the value of the 'Minor Grid' containment reference.
 Grid ComponentFactory.createGrid()
          Returns a new object of class 'Grid'.
 Grid Dial.getMajorGrid()
          Returns the value of the 'Major Grid' containment reference.
 Grid Dial.getMinorGrid()
          Returns the value of the 'Minor Grid' containment reference.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Grid
 void Axis.setMajorGrid(Grid value)
          Sets the value of the 'Major Grid' containment reference.
 void Axis.setMinorGrid(Grid value)
          Sets the value of the 'Minor Grid' containment reference.
 void Dial.setMajorGrid(Grid value)
          Sets the value of the 'Major Grid' containment reference.
 void Dial.setMinorGrid(Grid value)
          Sets the value of the 'Minor Grid' containment reference.
 

Uses of Grid in org.eclipse.birt.chart.model.component.impl
 

Classes in org.eclipse.birt.chart.model.component.impl that implement Grid
 class GridImpl
           An implementation of the model object ' Grid'.
 

Methods in org.eclipse.birt.chart.model.component.impl that return Grid
 Grid ComponentFactoryImpl.createGrid()
           
 Grid DialImpl.getMajorGrid()
           
 Grid DialImpl.getMinorGrid()
           
 Grid AxisImpl.getMajorGrid()
           
 Grid AxisImpl.getMinorGrid()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Grid
 org.eclipse.emf.common.notify.NotificationChain DialImpl.basicSetMajorGrid(Grid newMajorGrid, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DialImpl.setMajorGrid(Grid newMajorGrid)
           
 org.eclipse.emf.common.notify.NotificationChain DialImpl.basicSetMinorGrid(Grid newMinorGrid, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DialImpl.setMinorGrid(Grid newMinorGrid)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetMajorGrid(Grid newMajorGrid, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setMajorGrid(Grid newMajorGrid)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetMinorGrid(Grid newMinorGrid, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setMinorGrid(Grid newMinorGrid)
           
 

Uses of Grid in org.eclipse.birt.chart.model.component.util
 

Methods in org.eclipse.birt.chart.model.component.util with parameters of type Grid
 java.lang.Object ComponentSwitch.caseGrid(Grid object)
          Returns the result of interpretting the object as an instance of 'Grid'.
 



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