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

Packages that use ChartPreferences
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.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. 
org.eclipse.birt.chart.model.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
 

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

Methods in org.eclipse.birt.chart.model that return ChartPreferences
 ChartPreferences Serializer.loadPreferences(java.io.InputStream is)
          Loads the chart preferences from the InputStream.
 

Methods in org.eclipse.birt.chart.model with parameters of type ChartPreferences
 void Serializer.savePreferences(ChartPreferences preferences, java.io.OutputStream os)
          Saves the chart preferences to the specified OutputStream.
 

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

Methods in org.eclipse.birt.chart.model.component that return ChartPreferences
 ChartPreferences ComponentFactory.createChartPreferences()
          Returns a new object of class 'Chart Preferences'.
 

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

Classes in org.eclipse.birt.chart.model.component.impl that implement ChartPreferences
 class ChartPreferencesImpl
           An implementation of the model object 'Chart Preferences'.
 

Methods in org.eclipse.birt.chart.model.component.impl that return ChartPreferences
 ChartPreferences ComponentFactoryImpl.createChartPreferences()
           
 

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

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

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

Methods in org.eclipse.birt.chart.model.impl that return ChartPreferences
 ChartPreferences SerializerImpl.loadPreferences(java.io.InputStream is)
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type ChartPreferences
 void SerializerImpl.savePreferences(ChartPreferences preferences, java.io.OutputStream os)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.