-- TJaMGraphicsPackage.config
-- Includes the typescript and the graphics viewer implementation
-- registers the name JaMGraphics with the UserExec
-- Last changed by Stone, January 31, 1984 3:31:31 pm PST
-- Last changed by Wyatt, July 21, 1983 9:45 pm
TJaMGraphicsPackage: CONFIGURATION LINKS: CODE
IMPORTS
CGPath, Terminal, ColorMap, Commander, Cursors,
Graphics, GraphicsColor, GraphicsOps, InputFocus,
JaM, JaMTS, List, Convert, Menus, Rope, Spline,
TIPUser, MessageWindow, ViewerOps, WindowManager
EXPORTS ALL
--"public" interfaces: TJaMGraphics, TJaMGraphicsContexts
-- the rest, in case we need them: TJaMGraphicsInfo
CONTROL
TJaMGraphicsInfoImpl, TJaMGraphicsViewer, TJaMGraphicsImpl,
TJaMImageImpl, TJaMColorImpl, GLImpl,
RegisterJaMGraphics = {
RegisterJaMGraphics; --starts and registers
--JaM Graphics
TJaMGraphicsImpl;
TJaMGraphicsViewer;
TJaMGraphicsInfoImpl;
TJaMImageImpl;
TJaMColorImpl;
GLImpl;
}.