Searched defs:Cap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java98 static final Cap[] sCapArray = {
99 Cap.BUTT, Cap.ROUND, Cap.SQUARE
391 * The Cap specifies the treatment for the beginning and ending of
394 public enum Cap { enum in class:Paint
410 private Cap(int nativeInt) { method in class:Paint.Cap
1044 * Return the paint's Cap, controlling how the start and end of stroked
1050 public Cap getStrokeCap() {
1055 * Set the paint's Cap
[all...]

Completed in 42 milliseconds