Previous
Up
Module
JavaApplet.Default_Graphics
module
Default_Graphics:
Graphics
Default implementation for Graphics applets.
val
applet_info
:
JavaString.t
The value to be returned by the
getAppletInfo(...)
method.
val
parameter_info
:
JavaApplet.parameter_info
The value to be returned by the
getParameterInfo(...)
method.
val
init
:
unit -> unit
The implementation of the
init(...)
method.
val
start
:
unit -> unit
The implementation of the
start(...)
method.
val
run
:
JavaApplet.graphics_event
-> unit
Callback called for each event.
val
stop
:
unit -> unit
The implementation of the
stop(...)
method.
val
destroy
:
unit -> unit
The implementation of the
destroy(...)
method.