Searched refs:fillDir (Results 1 – 2 of 2) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | BezierLineAndPointFormatter.java | 37 …dPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, FillDirection fillDir) { in BezierLineAndPointFormatter() argument 38 super(lineColor, vertexColor, fillColor, null, fillDir); in BezierLineAndPointFormatter()
|
D | LineAndPointFormatter.java | 77 …ineColor, Integer vertexColor, Integer fillColor, PointLabelFormatter plf, FillDirection fillDir) { in LineAndPointFormatter() argument 81 setFillDirection(fillDir); in LineAndPointFormatter()
|