Interface TethysUIChartFactory
- All Known Implementing Classes:
TethysUICoreChartFactory
public interface TethysUIChartFactory
Chart Factory.
-
Method Summary
Modifier and TypeMethodDescriptionObtain a new area chart.newAreaData(String pTitle) Create new area dataSet.Obtain a new bar chart.newBarData(String pTitle) Create new bar dataSet.Obtain a new pie chart.newPieData(String pTitle) Create new pie dataSet.
-
Method Details
-
newAreaChart
TethysUIAreaChart newAreaChart()Obtain a new area chart.- Returns:
- the new area chart
-
newAreaData
Create new area dataSet.- Parameters:
pTitle- the title- Returns:
- the dataset
-
newBarChart
TethysUIBarChart newBarChart()Obtain a new bar chart.- Returns:
- the new bar chart
-
newBarData
Create new bar dataSet.- Parameters:
pTitle- the title- Returns:
- the dataset
-
newPieChart
TethysUIPieChart newPieChart()Obtain a new pie chart.- Returns:
- the new pie chart
-
newPieData
Create new pie dataSet.- Parameters:
pTitle- the title- Returns:
- the dataset
-