Uses of Interface
org.eclipse.birt.chart.model.ChartWithoutAxes

Packages that use ChartWithoutAxes
org.eclipse.birt.chart.computation.withoutaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package. 
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.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
org.eclipse.birt.chart.model.util This is a placeholder file for the org.eclipse.birt.chart.model.util package. 
 

Uses of ChartWithoutAxes in org.eclipse.birt.chart.computation.withoutaxes
 

Methods in org.eclipse.birt.chart.computation.withoutaxes that return ChartWithoutAxes
 ChartWithoutAxes PlotWithoutAxes.getModel()
           
 

Constructors in org.eclipse.birt.chart.computation.withoutaxes with parameters of type ChartWithoutAxes
PlotWithoutAxes(IDisplayServer xs, ChartWithoutAxes cwoa, RunTimeContext rtc)
          The constructor.
 

Uses of ChartWithoutAxes in org.eclipse.birt.chart.model
 

Subinterfaces of ChartWithoutAxes in org.eclipse.birt.chart.model
 interface DialChart
          A representation of the model object 'Dial Chart'.
 

Methods in org.eclipse.birt.chart.model that return ChartWithoutAxes
 ChartWithoutAxes ModelFactory.createChartWithoutAxes()
          Returns a new object of class 'Chart Without Axes'.
 

Uses of ChartWithoutAxes in org.eclipse.birt.chart.model.impl
 

Classes in org.eclipse.birt.chart.model.impl that implement ChartWithoutAxes
 class ChartWithoutAxesImpl
          An implementation of the model object 'Chart Without Axes'.
 class DialChartImpl
          An implementation of the model object 'Dial Chart'.
 

Methods in org.eclipse.birt.chart.model.impl that return ChartWithoutAxes
static ChartWithoutAxes DialChartImpl.create()
           
static ChartWithoutAxes ChartWithoutAxesImpl.create()
          A convenience method to create an initialized 'ChartWithoutAxes' instance
 ChartWithoutAxes ModelFactoryImpl.createChartWithoutAxes()
           
 

Uses of ChartWithoutAxes in org.eclipse.birt.chart.model.util
 

Methods in org.eclipse.birt.chart.model.util with parameters of type ChartWithoutAxes
 java.lang.Object ModelSwitch.caseChartWithoutAxes(ChartWithoutAxes object)
          Returns the result of interpretting the object as an instance of 'Chart Without Axes'.
 



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