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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java67 static final Join[] sJoinArray = {
68 Join.MITER, Join.ROUND, Join.BEVEL
369 * The Join specifies the treatment where lines and curve segments
372 public enum Join { enum in class:Paint
386 private Join(int nativeInt) { method in class:Paint.Join
873 * @return the paint's Join.
875 public Join getStrokeJoin() {
880 * Set the paint's Join
[all...]

Completed in 49 milliseconds