Home | History | Annotate | Download | only in graphics

Lines Matching defs:MITER

84         Join.MITER, Join.ROUND, Join.BEVEL
288 * join on a stroked path. The default is MITER.
294 MITER (0),
737 * Return the paint's stroke miter value. Used to control the behavior
738 * of miter joins when the joins angle is sharp.
740 * @return the paint's miter limit, used whenever the paint's style is
746 * Set the paint's stroke miter value. This is used to control the behavior
747 * of miter joins when the joins angle is sharp. This value must be >= 0.
749 * @param miter set the miter limit on the paint, used whenever the paint's
752 public native void setStrokeMiter(float miter);