|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GrafPort in maclib |
---|
Methods in maclib that return GrafPort | |
---|---|
static GrafPort |
MacLib.getPort()
Returns the GrafPort for the current Drawing window. |
GrafPort |
DrawingFrame.getPort()
Returns the GrafPort object that provides QuickDraw-like
drawing and event routines onto the attached drawing panel. |
GrafPort |
DrawingApplet.getPort()
Returns the GrafPort object that provides QuickDraw-like
drawing and event routines onto this panel. |
static GrafPort |
MacLib.GetPort()
|
Methods in maclib with parameters of type GrafPort | |
---|---|
static void |
MacLib.initQuickDraw(GrafPort port)
Initializes or reset a MacLib session with the given GrafPort. |
static void |
MacLib.setPort(GrafPort port)
Defines the given GrafPort as the current Drawing window,
but doesn't reset it. |
static void |
MacLib.SetPort(GrafPort port)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |