void load tom.MutableArray arguments;
instance (id) (display) openDisplay tom.String name;
name
.
public tom.File output;
Screen screen;
void close;
Screen defaultScreen;
id initToFileNamed tom.String file_name;
nil
if opening the display failed.
class (CachedImageRep) cachedImageRepClass;
CachedImageRep
class to be used to display on this
Display
.
void clipToRect (float, float, float, float) (x, y, w, h);
locked_view
.
void unclip;
clipToRect
.
void doLockView tag.View v;
void doUnlockView tag.View v;
void drawLine (float, float, float, float) (x1, y1, x2, y2);
void fillRect (float, float, float, float) (x, y, w, h);
void setColor tag.Color c;
void setFont tag.Font f;
void show tom.String text at (float, float) (x, y);
Font fontNamed tom.String name size int size;
Font systemFont;
void closepath;
void curveto (float, float, float, float, float, float) (x1, y1, x2, y2, x3, y3);
void eofill;
void fill;
void lineto (float, float) (x, y);
void newpath;
void rlineto (float, float) (x, y);
void moveto (float, float) (x, y);
void rmoveto (float, float) (x, y);
void stroke;