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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java101 static final Join[] sJoinArray = {
102 Join.MITER, Join.ROUND, Join.BEVEL
417 * The Join specifies the treatment where lines and curve segments
420 public enum Join { enum in class:Paint
434 private Join(int nativeInt) { method in class:Paint.Join
1067 * @return the paint's Join.
1069 public Join getStrokeJoin() {
1074 * Set the paint's Join
[all...]

Completed in 169 milliseconds