A B C D E F G H I K L M N O P R S T U V W Y

D

DEFAULT_FRAME_HEIGHT - Static variable in class maclib.DrawingFrame
The default initial height for a new DrawingFrame.
DEFAULT_FRAME_WIDTH - Static variable in class maclib.DrawingFrame
The default initial width for a new DrawingFrame.
DEFAULT_SCREEN_HEIGHT - Static variable in class maclib.DrawingStuff
The default final height for an off-screen image.
DEFAULT_SCREEN_WIDTH - Static variable in class maclib.DrawingStuff
The default final width for an off-screen image.
delay(long) - Static method in class maclib.MacLib
Causes the current thread to sleep approximately for the number of ticks (sixtieths of a second) specified by numTicks.
Delay(long) - Static method in class maclib.MacLib
 
descent - Variable in class maclib.FontInfo
The size below base line for most chars.
destroy() - Method in class maclib.DrawingApplet
The destroy method as for any applet.
DIALOG - Static variable in class maclib.GrafPort
Used to specify one of the standard text font.
dialog - Static variable in class maclib.MacLib
Used to specify one of the standard text font.
DIALOG_INPUT - Static variable in class maclib.GrafPort
Used to specify one of the standard text font.
dialogInput - Static variable in class maclib.MacLib
Used to specify one of the standard text font.
dispose() - Method in class maclib.DrawingApplet
Disposes of this DrawingApplet.
dispose() - Method in class maclib.DrawingFrame
Disposes of this DrawingFrame and attached objects.
dispose() - Method in class maclib.DrawingStuff
Disposes of this DrawingStuff and releases its resources.
dispose() - Method in class maclib.GrafPort
Disposes of this GrafPort and attached objects.
dispose() - Static method in class maclib.MacLib
Disposes of the GrafPort and associated objects.
doExpose(int, int, int, int) - Method in class maclib.DrawingStuff
Paints the specified rectangular area onto the visible panel with the content of the associated off-screen image.
drawChar(char) - Method in class maclib.GrafPort
Draws the given character.
drawChar(char) - Static method in class maclib.MacLib
Draws the given character.
DrawChar(char) - Static method in class maclib.MacLib
 
drawImage(Image) - Method in class maclib.GrafPort
Draws the given image, starting at location (0,0).
drawImage(Image) - Method in class maclib.MacLib
Draws the given image, starting at location (0,0).
DrawingApplet - Class in maclib
A DrawingApplet is used for a drawing panel and it is associated with a DrawingStuff object that provides automatic repaint, using an off-screen image.
DrawingApplet() - Constructor for class maclib.DrawingApplet
The default constructor for a DrawingApplet used as an applet.
DrawingFrame - Class in maclib
A DrawingFrame is a top-level window containing a DrawingApplet, used for a drawing panel.
DrawingFrame(String, int, int, int, int) - Constructor for class maclib.DrawingFrame
Constructs and initializes a DrawingFrame having : the specified title, the specified initial size for the frame, the specified final size for the off-screen image
DrawingFrame(String, int, int) - Constructor for class maclib.DrawingFrame
Constructs and initializes a DrawingFrame having : the specified title, the specified initial size for the frame, the default final size for the off-screen image
DrawingFrame(String) - Constructor for class maclib.DrawingFrame
Constructs and initializes a DrawingFrame having : the specified title, the default initial size for the frame, the default size for the off-screen image
DrawingFrame() - Constructor for class maclib.DrawingFrame
Constructs and initializes a DrawingFrame having : the title "Drawing", the default initial size for the frame, the default size for the off-screen image
DrawingStuff - Class in maclib
A DrawingStuff object implements an off-screen image for backing store and provides automatic repaint for a DrawingApplet panel.
DrawingStuff(DrawingApplet, int, int, String) - Constructor for class maclib.DrawingStuff
Constructs and initializes a DrawingStuff attached to the specified DrawingApplet.
drawLine(int, int, int, int) - Method in class maclib.GrafPort
Draws a line from the location that is specified by x1 and y1 to the location that is specified by x2 and y2 (in coordinates relative to the drawing panel).
drawLine(int, int, int, int) - Static method in class maclib.MacLib
Draws a line from the location that is specified by x1 and y1 to the location that is specified by x2 and y2 (in coordinates relative to the Drawing window).
DrawLine(int, int, int, int) - Static method in class maclib.MacLib
 
drawString(String) - Method in class maclib.GrafPort
Draws the given text string.
drawString(String) - Static method in class maclib.MacLib
Draws the given text string.
DrawString(String) - Static method in class maclib.MacLib
 
drawText(char[], int, int) - Method in class maclib.GrafPort
Draws the specified text.
drawText(char[], int, int) - Static method in class maclib.MacLib
Draws the specified text.
DrawText(char[], int, int) - Static method in class maclib.MacLib
 

A B C D E F G H I K L M N O P R S T U V W Y