-- TJaMGraphicsPackage.config -- Includes the typescript and the graphics viewer implementation -- registers the name JaMGraphics with the UserExec -- Last changed by Stone, March 24, 1983 3:24 pm -- Last changed by Wyatt, July 21, 1983 9:45 pm TJaMGraphicsPackage: CONFIGURATION LINKS: CODE IMPORTS Atom, CGPath, ColorDisplay, ColorMap, Commander, ConvertUnsafe, Cursors, Directory, Graphics, GraphicsColor, GraphicsOps, Inline, InputFocus, IO, JaMFnsDefs, JaMOps, JaMStorage, Loader, Menus, Process, Rope, Runtime, Spline, TIPUser, UserTerminal, ViewerIO, ViewerOps, WindowManager EXPORTS ALL --"public" interfaces: TJaMGraphics, TJaMGraphicsContexts -- the rest, in case we need them: TJaMGraphicsInfo, JaMTypeScript, JaMTSInfo, JaMTSFrame CONTROL JaMTSInfoImpl, JaMTSFrameImpl, JaMTypeScriptImpl, TJaMGraphicsInfoImpl, TJaMGraphicsViewer, TJaMGraphicsImpl, TJaMImageImpl, TJaMColorImpl, GLImpl, RegisterJaMGraphics = { RegisterJaMGraphics; --starts and registers --JaM Typescript JaMTypeScriptImpl; JaMTSInfoImpl; JaMTSFrameImpl; --JaM Graphics TJaMGraphicsImpl; TJaMGraphicsViewer; TJaMGraphicsInfoImpl; TJaMImageImpl; TJaMColorImpl; GLImpl; }.