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

Packages that use Scale
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 Scale in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Scale
 Scale Axis.getScale()
          Returns the value of the 'Scale' containment reference.
 Scale ComponentFactory.createScale()
          Returns a new object of class 'Scale'.
 Scale Dial.getScale()
          Returns the value of the 'Scale' containment reference.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Scale
 void Axis.setScale(Scale value)
          Sets the value of the 'Scale' containment reference.
 void Dial.setScale(Scale value)
          Sets the value of the 'Scale' containment reference.
 

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

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

Methods in org.eclipse.birt.chart.model.component.impl that return Scale
 Scale ComponentFactoryImpl.createScale()
           
 Scale DialImpl.getScale()
           
 Scale AxisImpl.getScale()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Scale
 org.eclipse.emf.common.notify.NotificationChain DialImpl.basicSetScale(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DialImpl.setScale(Scale newScale)
           
 org.eclipse.emf.common.notify.NotificationChain AxisImpl.basicSetScale(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisImpl.setScale(Scale newScale)
           
 

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

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



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