module Default_Graphics: Graphics
Default (i.e. empty) implementation for Graphics applets.
val applet_info : java'lang'String java_instance
The value to be returned by the getAppletInfo() method.
val init : unit -> unit
The implementation of the init() method.
val start : unit -> unit
The implementation of the start() method.
val stop : unit -> unit
The implementation of the stop() method.
val destroy : unit -> unit
The implementation of the destroy() method.