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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java25 * The Paint class holds the style and color information about how to draw
28 public class Paint { class
333 public Paint() { method in class:Paint
343 public Paint(int flags) { method in class:Paint
360 public Paint(Paint paint) { method in class:Paint
383 public void set(Paint src) {
393 * {@link Paint}.
395 private void setClassVariablesFrom(Paint paint) {
1142 * Return the font's recommended interline spacing, given the Paint'
[all...]

Completed in 1452 milliseconds