INTERFACEDCPaneVBT ; IMPORT PaneVBT; IMPORT DrawContext; IMPORT Transform; TYPE T <: Public; Public = PaneVBT.T OBJECT (* overrides PaneVBT.T 'key' method to scroll, and 'write' method to save PS *) METHODS paint(dc: DrawContext.T); getTransformFrom(other: T); getTransform(): Transform.T; END; END DCPaneVBT.