Skip to content

Commit 16fa982

Browse files
committed
Cosmetic
1 parent 588d98b commit 16fa982

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IScatterDataSet.java

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,25 @@
33
import com.github.mikephil.charting.data.Entry;
44
import com.github.mikephil.charting.renderer.scatter.IShapeRenderer;
55

6-
/**
7-
* Created by philipp on 21/10/15.
8-
*/
96
public 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
}

0 commit comments

Comments
 (0)