srecord Scribble(Color color, Number strokeWidth, L points) { void addPoint(Pt p) { points.add(NumberPt(p)); } }