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

F

finalize() - Method in class maclib.DrawingApplet
Called by the garbage collector when there are no more reference to this DrawingApplet.
finalize() - Method in class maclib.DrawingFrame
Called by the garbage collector when there are no more reference to this DrawingFrame.
finalize() - Method in class maclib.DrawingStuff
Called by the garbage collector when there are no more reference to this DrawingStuff.
finalize() - Method in class maclib.GrafPort
Called by the garbage collector when there are no more reference to this GrafPort.
FontInfo - Class in maclib
This class implements QuickDraw-like definitions for font infos.
FontInfo(short, short, short, short) - Constructor for class maclib.FontInfo
Constructs and initializes a FontInfo object
foreColor(Color) - Method in class maclib.GrafPort
Sets the current pen color, used for drawing lines or text and painting shapes, as specified by the given java.awt.Color object.
foreColor(int) - Method in class maclib.GrafPort
Sets the current pen color, used for drawing lines or text and painting shapes, as specified by one of the height constant flags : BLACK_COLOR, WHITE_COLOR, RED_COLOR, GREEN_COLOR, BLUE_COLOR, CYAN_COLOR, MAGENTA_COLOR or YELLOW_COLOR.
foreColor(Color) - Static method in class maclib.MacLib
Sets the current pen color, used for drawing lines or text and painting shapes, as specified by the given java.awt.Color object.
foreColor(int) - Static method in class maclib.MacLib
Sets the current pen color, used for drawing lines or text and painting shapes, as specified by one of the height constant flags : blackColor, whiteColor, redColor, greenColor, blueColor, cyanColor, magentaColor or yellowColor.
ForeColor(int) - Static method in class maclib.MacLib
 
frameArc(Rect, int, int) - Method in class maclib.GrafPort
Draws an arc of outline just inside the oval that fits inside the specified rectangle.
frameArc(Rect, int, int) - Static method in class maclib.MacLib
Draws an arc of outline just inside the oval that fits inside the specified rectangle.
FrameArc(Rect, int, int) - Static method in class maclib.MacLib
 
frameOval(Rect) - Method in class maclib.GrafPort
Draws an outline just inside the oval that fits inside the specified rectangle.
frameOval(Rect) - Static method in class maclib.MacLib
Draws an outline just inside the oval that fits inside the specified rectangle.
FrameOval(Rect) - Static method in class maclib.MacLib
 
framePolygon(Point[], int) - Method in class maclib.GrafPort
Draws an outline of the specified polygon.
framePolygon(Point[], int) - Static method in class maclib.MacLib
Draws an outline of the specified polygon.
FramePolygon(Point[], int) - Static method in class maclib.MacLib
 
frameRect(Rect) - Method in class maclib.GrafPort
Draws an outline just inside the specified rectangle.
frameRect(Rect) - Static method in class maclib.MacLib
Draws an outline just inside the specified rectangle.
FrameRect(Rect) - Static method in class maclib.MacLib
 
frameRoundRect(Rect, int, int) - Method in class maclib.GrafPort
Draws an outline just inside the specified rounded-corner rectangle.
frameRoundRect(Rect, int, int) - Static method in class maclib.MacLib
Draws an outline just inside the specified rounded-corner rectangle.
FrameRoundRect(Rect, 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