STransMediaNetLogoApplet Class Reference
[Translators]
This class translates Netlogo Applet resources into html for display.
More...
List of all members.
|
Public Member Functions |
| | doc () |
| | returns a brief description of this class
|
| | getInFormat () |
| | returns the desired input type
|
| | getOutFormat () |
| | returns the output type
|
| | translate ($si) |
| | Translates the interactivate applet resource into html.
|
Detailed Description
This class translates Netlogo Applet resources into html for display.
- Author:
- Jonathan Stuart-Moore <jwsm@shodor.org>
Member Function Documentation
| STransMediaNetLogoApplet::doc |
( |
|
) |
|
returns a brief description of this class
- Returns:
- [string]: A brief description of this class
Reimplemented from STrans.
| STransMediaNetLogoApplet::getInFormat |
( |
|
) |
|
returns the desired input type
- Returns:
- [string]: Always returns the string 'media_netlogo', the only input this handles.
Reimplemented from STrans.
| STransMediaNetLogoApplet::getOutFormat |
( |
|
) |
|
returns the output type
- Returns:
- [string]: Always returns the string 'html', the only output this gives.
Reimplemented from STrans.
| STransMediaNetLogoApplet::translate |
( |
$ |
si |
) |
|
Translates the interactivate applet resource into html.
- Parameters:
-
- Returns:
- [boolean]: always returns true.
Reimplemented from STrans.
The documentation for this class was generated from the following file:
- pr2/translate/STransMediaNetLogoApplet.php5