Searched refs:Painting (Results 1 – 2 of 2) sorted by relevance
53 private Painting painting = null;135 void setupViews(Painting oldPainting) { in setupViews()138 painting = oldPainting != null ? oldPainting : new Painting(this); in setupViews()
42 public class Painting : View, SpotFilter.Plotter { class