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
337 public Paint() { method in class:Paint
347 public Paint(int flags) { method in class:Paint
365 public Paint(Paint paint) { method in class:Paint
407 public void set(Paint src) {
417 * {@link Paint}.
419 private void setClassVariablesFrom(Paint paint) {
1213 * Return the font's recommended interline spacing, given the Paint'
[all...]

Completed in 666 milliseconds