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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java27 * The Paint class holds the style and color information about how to draw
30 public class Paint { class
91 * Paint flag that enables antialiasing when drawing.
96 * @see #Paint(int)
101 * Paint flag that enables bilinear sampling on scaled bitmaps.
113 * @see #Paint(int)
118 * Paint flag that enables dithering when blitting.
123 * @see #Paint(int)
128 * Paint flag that applies an underline decoration to drawn text.
130 * @see #Paint(in
435 public Paint() { method in class:Paint
445 public Paint(int flags) { method in class:Paint
463 public Paint(Paint paint) { method in class:Paint
[all...]

Completed in 67 milliseconds