Interface IChartComputationFactory
-
- All Known Implementing Classes:
ChartComputationFactory
public interface IChartComputationFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IChartComputation
createChartComputation()
IGObjectFactory
createGObjectFactory()
-
-
-
Method Detail
-
createGObjectFactory
IGObjectFactory createGObjectFactory()
-
createChartComputation
IChartComputation createChartComputation()
-
-