| Applet's attributes |
| NAME | DESCRIPTION |
| codebase | identifies the base URL for the applet code |
| code | specifies which class is the applet class (which class the browser should run initially). For ALOV Map this is org.alov.viewer.SarApplet |
| archive | name of archive file that stores classes |
| name | name of applet. Useful for reference in Javascripts |
| width, height | overall dimensions of the applet |
| Applet's parameters |
| NAME | DESCRIPTION | DEFAULT |
| pid | URL of project file or ID if project is registered in Clearinghouse database | |
| lang | Interface language. See localization | en |
| encoding | Specifies Encoding Set for convertion characters to Unicode in attribute data. See localization | ISO8859_1 |
| langdriver | Specifies class which implements interface org.alov.util.LangDriver. It is used for conversion characters to Unicode for attribute data. See localization | |
| layout | URL of applet layout file | |
| font | The applet font. This can be a logical font name or a font face name. A logical name must be either: Dialog, DialogInput, Monospaced, Serif, SansSerif, or Symbol.
Note: You can specify the particular font for each applet's component using customized layout.
| SansSerif |
| maxsidsize | The maximum size of image to be downloaded from MrSID image server. The larger the size of image the better the qulaity of the image. | 15000 |