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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java83 static final Join[] sJoinArray = {
84 Join.MITER, Join.ROUND, Join.BEVEL
287 * The Join specifies the treatment where lines and curve segments
290 public enum Join { enum in class:Paint
304 private Join(int nativeInt) { method in class:Paint.Join
796 * @return the paint's Join.
798 public Join getStrokeJoin() {
803 * Set the paint's Join
[all...]

Completed in 72 milliseconds