File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 33import com .github .mikephil .charting .data .Entry ;
44import com .github .mikephil .charting .renderer .scatter .IShapeRenderer ;
55
6- /**
7- * Created by philipp on 21/10/15.
8- */
96public interface IScatterDataSet extends ILineScatterCandleRadarDataSet <Entry > {
107
118 /**
12- * Returns the currently set scatter shape size
13- *
14- * @return
9+ * the currently set scatter shape size
1510 */
1611 float getScatterShapeSize ();
1712
1813 /**
19- * Returns radius of the hole in the shape
20- *
21- * @return
14+ * radius of the hole in the shape
2215 */
2316 float getScatterShapeHoleRadius ();
2417
2518 /**
26- * Returns the color for the hole in the shape
27- *
28- * @return
19+ * the color for the hole in the shape
2920 */
3021 int getScatterShapeHoleColor ();
3122
3223 /**
33- * Returns the IShapeRenderer responsible for rendering this DataSet.
34- *
35- * @return
24+ * the IShapeRenderer responsible for rendering this DataSet.
3625 */
3726 IShapeRenderer getShapeRenderer ();
3827}
You can’t perform that action at this time.
0 commit comments