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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java109 static final Join[] sJoinArray = {
110 Join.MITER, Join.ROUND, Join.BEVEL
425 * The Join specifies the treatment where lines and curve segments
428 public enum Join { enum in class:Paint
442 private Join(int nativeInt) { method in class:Paint.Join
1077 * @return the paint's Join.
1079 public Join getStrokeJoin() {
1084 * Set the paint's Join
[all...]

Completed in 58 milliseconds