Uses of Interface
org.eclipse.amp.agf.chart.IChartDesignStrategy

Packages that use IChartDesignStrategy
org.eclipse.amp.agf.chart   
 

Uses of IChartDesignStrategy in org.eclipse.amp.agf.chart
 

Classes in org.eclipse.amp.agf.chart that implement IChartDesignStrategy
 class BasicAxesChartStrategy
           
 class BasicChartStrategy
           
 class HistogramStrategy
           
 class PieStrategy
           
 class StackAreaStrategy
           
 class TimeSeriesStrategy
           
 

Methods in org.eclipse.amp.agf.chart that return IChartDesignStrategy
 IChartDesignStrategy ChartType.createStrategy()
           
 

Methods in org.eclipse.amp.agf.chart with parameters of type IChartDesignStrategy
 void ChartEditPart.setChartStrategy(IChartDesignStrategy chartStrategy)