public interface SurfacePlugin extends MangoPluginType
Modifier and Type | Method and Description |
---|---|
void |
display(GLAutoDrawable drawable)
After calling addToDisplay() from a SurfaceController, this method will be called at the end of each drawing loop.
|
void |
doOperation(SurfaceController controller)
This is the method which Mango executes when a plugin is chosen.
|
getMinimumVersionSupported, getPluginName, getPluginURL, getVersion, hasNewerVersion
void display(GLAutoDrawable drawable)
drawable
- the JOGL draw instancevoid doOperation(SurfaceController controller)
controller
- a SurfaceController provided to the plugin