Copyright (c) 2000 California Institute of Technology
All rights reserved. See the file COPYRIGHT for a full description.
$Id: VBTDrawContext.i3.html,v 1.3 2010-04-29 17:18:12 wagner Exp $
INTERFACE VBTDrawContext;
IMPORT DrawContext;
IMPORT VBT, PaintOp;
TYPE
T <: Public;
Public = DrawContext.T OBJECT METHODS
init(v: VBT.Leaf; bgColor := PaintOp.Bg): T;
erase(); (* erase region that was set using setClip *)
END;
END VBTDrawContext.