List of usage examples for android.graphics Paint getStrokeCap
public Cap getStrokeCap()
From source file:color.kidpaint.com.kidpaintcolor.dialog.BrushPickerDialog.java
public void setCurrentPaint(Paint currentPaint) { mCurrentPaint = currentPaint;/* www . j a v a 2s .co m*/ updateStrokeCap(currentPaint.getStrokeCap()); updateStrokeChange((int) currentPaint.getStrokeWidth()); }