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

P

paint(Graphics) - Method in class maclib.DrawingApplet
Invoked by the event handler when this panel needs to be repaint.
paint(Graphics) - Method in class maclib.DrawingStuff
Invoked by the DrawingApplet.paint(Graphics) method when an exposed area needs to be repaint.
paintArc(Rect, int, int) - Method in class maclib.GrafPort
Paints inside a wedge of the oval that fits inside the specified rectangle.
paintArc(Rect, int, int) - Static method in class maclib.MacLib
Paints inside a wedge of the oval that fits inside the specified rectangle.
PaintArc(Rect, int, int) - Static method in class maclib.MacLib
 
paintCircle(int, int, int) - Method in class maclib.GrafPort
Paints inside the specified circle.
paintCircle(int, int, int) - Static method in class maclib.MacLib
Paints inside the specified circle.
PaintCircle(int, int, int) - Static method in class maclib.MacLib
 
paintOval(Rect) - Method in class maclib.GrafPort
Paints inside the oval that fits inside the specified rectangle.
paintOval(Rect) - Static method in class maclib.MacLib
Paints inside the oval that fits inside the specified rectangle.
PaintOval(Rect) - Static method in class maclib.MacLib
 
paintPolygon(Point[], int) - Method in class maclib.GrafPort
Paints inside the specified polygon.
paintPolygon(Point[], int) - Static method in class maclib.MacLib
Paints inside the specified polygon.
PaintPolygon(Point[], int) - Static method in class maclib.MacLib
 
paintRect(Rect) - Method in class maclib.GrafPort
Paints inside the specified rectangle.
paintRect(Rect) - Static method in class maclib.MacLib
Paints inside the specified rectangle.
PaintRect(Rect) - Static method in class maclib.MacLib
 
paintRoundRect(Rect, int, int) - Method in class maclib.GrafPort
Paints inside the specified rounded-corner rectangle.
paintRoundRect(Rect, int, int) - Static method in class maclib.MacLib
Paints inside the specified rounded-corner rectangle.
PaintRoundRect(Rect, int, int) - Static method in class maclib.MacLib
 
PAT_COPY - Static variable in class maclib.GrafPort
Used to specify the normal painting mode.
PAT_XOR - Static variable in class maclib.GrafPort
Used to specify the normal painting mode.
patCopy - Static variable in class maclib.MacLib
Used to specify the normal painting mode.
patXor - Static variable in class maclib.MacLib
Used to specify the XOR painting mode.
peekKey() - Method in class maclib.DrawingStuff
Returns the char corresponding to the last keyboard event, if any occurs and the char is still kept available.
penMode(int) - Method in class maclib.GrafPort
Sets the current transfer mode, used for drawing lines and painting shapes, to be one of the two constant flags PAT_COPY or PAT_XOR.
penMode(int) - Static method in class maclib.MacLib
Sets the current transfer mode, used for drawing lines and painting shapes, to be one of the two constant flags patCopy or patXor.
PenMode(int) - Static method in class maclib.MacLib
 
penNormal() - Method in class maclib.GrafPort
Resets the initial state, that is the mode and size, of the pen.
penNormal() - Static method in class maclib.MacLib
Resets the initial state (mode and size) of the pen.
PenNormal() - Static method in class maclib.MacLib
 
penSize(int, int) - Method in class maclib.GrafPort
Sets the dimensions of the rectangular pen, used for drawing lines and framed shapes.
penSize(int, int) - Static method in class maclib.MacLib
Sets the dimensions of the rectangular pen, used for drawing lines and framed shapes.
PenSize(int, int) - Static method in class maclib.MacLib
 
PLAIN - Static variable in class maclib.GrafPort
Used to specify a text style.
plain - Static variable in class maclib.MacLib
Used to specify a text style.
Point - Class in maclib
This class hides the class java.awt.Point in order to implement QuickDraw-like definitions for points.
Point() - Constructor for class maclib.Point
Constructs and initializes a point at coordinates (0,0).
Point(int, int) - Constructor for class maclib.Point
Constructs and initializes a point at the given coordinates.
prefSize(Dimension) - Method in class maclib.DrawingApplet
 
pt2Rect(Point, Point, Rect) - Static method in class maclib.MacLib
Sets the coordinates of the given rectangle to the smallest one which encloses the two given points.
Pt2Rect(Point, Point, Rect) - Static method in class maclib.MacLib
 
pt2Rect(Point, Point) - Method in class maclib.Rect
Sets the coordinates of this rectangle to the smallest one which encloses the two given points.
ptInRect(Point, Rect) - Static method in class maclib.MacLib
Determines whether the pixel below and to the right of the given point is enclosed in the given rectangle.
PtInRect(Point, Rect) - Static method in class maclib.MacLib
 
ptInRect(Point) - Method in class maclib.Rect
Determines whether the pixel below and to the right of the given point is enclosed in this rectangle.

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