Searched defs:Cap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java64 static final Cap[] sCapArray = {
65 Cap.BUTT, Cap.ROUND, Cap.SQUARE
343 * The Cap specifies the treatment for the beginning and ending of
346 public enum Cap { enum in class:Paint
362 private Cap(int nativeInt) { method in class:Paint.Cap
850 * Return the paint's Cap, controlling how the start and end of stroked
856 public Cap getStrokeCap() {
861 * Set the paint's Cap
[all...]

Completed in 32 milliseconds