Révision 165
tmp/org.txm.progression.core/src/org/txm/progression/core/chartsengine/base/ProgressionChartCreator.java (revision 165) | ||
---|---|---|
17 | 17 |
* @param chart |
18 | 18 |
* @return |
19 | 19 |
*/ |
20 |
public ArrayList<Integer> getSelectedPointPositions(Object chart); |
|
20 |
public abstract ArrayList<Integer> getSelectedPointPositions(Object chart);
|
|
21 | 21 |
|
22 | 22 |
/** |
23 | 23 |
* Gets the numbers of item in series of the selected points. |
24 | 24 |
* @param chart |
25 | 25 |
* @return |
26 | 26 |
*/ |
27 |
public ArrayList<Integer> getSelectedPointNumbers(Object chart); |
|
27 |
public abstract ArrayList<Integer> getSelectedPointNumbers(Object chart);
|
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
/** |
... | ... | |
32 | 32 |
* @param chart |
33 | 33 |
* @return |
34 | 34 |
*/ |
35 |
public ArrayList<ArrayList<Integer>> getAllPointPositionsBySeries(Object chart); |
|
35 |
public abstract ArrayList<ArrayList<Integer>> getAllPointPositionsBySeries(Object chart);
|
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
/** |
... | ... | |
40 | 40 |
* @param chart |
41 | 41 |
* @return |
42 | 42 |
*/ |
43 |
public ArrayList<Integer> getSelectedSeries(Object chart); |
|
43 |
public abstract ArrayList<Integer> getSelectedSeries(Object chart);
|
|
44 | 44 |
|
45 |
public int getLastSelectedSeries(Object chart); |
|
46 |
|
|
47 | 45 |
/** |
48 |
* Gets the positions of the points currently selected in the Progression step chart. |
|
49 |
* @param chart |
|
50 |
* @return |
|
51 |
*/ |
|
52 |
public ArrayList<Integer> getProgressionChartSelectedPointPositions(Object chart); |
|
53 |
|
|
54 |
/** |
|
55 |
* Gets the numbers of item in series of the selected points. |
|
56 |
* @param chart |
|
57 |
* @return |
|
58 |
*/ |
|
59 |
public ArrayList<Integer> getProgressionChartSelectedPointNumbers(Object chart); |
|
60 |
|
|
61 |
|
|
62 |
/** |
|
63 |
* Gets the positions of all the points in the Progression step chart. |
|
64 |
* @param chart |
|
65 |
* @return |
|
66 |
*/ |
|
67 |
public ArrayList<Integer> getProgressionChartAllPointPositions(Object chart); |
|
68 |
|
|
69 |
/** |
|
70 |
* Gets the selected series indexes. |
|
71 |
* @param chart |
|
72 |
* @return |
|
73 |
*/ |
|
74 |
public ArrayList<Integer> getProgressionChartSelectedSeries(Object chart); |
|
75 |
|
|
76 |
/** |
|
77 | 46 |
* Gets the last selected series. |
78 | 47 |
* @param chart |
79 | 48 |
* @return |
80 | 49 |
*/ |
81 |
public int getProgressionChartLastSelectedSeries(Object chart); |
|
50 |
public abstract int getLastSelectedSeries(Object chart); |
|
51 |
|
|
82 | 52 |
|
83 | 53 |
} |
Formats disponibles : Unified diff