public abstract class Global3DHandler extends GlobalHandler
MM3DCanvas
.m_active, m_canvas
Constructor and Description |
---|
Global3DHandler(MM3DCanvas aCanvas)
Constructs the handler to work in the given canvas.
|
Modifier and Type | Method and Description |
---|---|
void |
finish()
This method will be called by the Controller of the underlying canvas at
the end of its controlAction() method:
A subclass overriding this method should reset internal variables and call
a final draw of the canvas if drawing in
GlobalHandler.doAction(net.mumie.mathletfactory.action.MMEvent) disabled. |
MM3DCanvas |
getCanvas3D()
Returns the canvas, this handler is associated to.
|
dealsWith, doAction, getCanvas, isActive, setActive, userDefinedDealsWith
public Global3DHandler(MM3DCanvas aCanvas)
public final MM3DCanvas getCanvas3D()
public void finish()
GlobalHandler.doAction(net.mumie.mathletfactory.action.MMEvent)
disabled.finish
in class GlobalHandler
Further documentation and examples can be found under www.mathletfactory.de.