| Parameter | Type | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dxf.file | URL | URL of DXF file to be displayed in viewer (may be packed with zip/gzip), relative to document base | ||||||||||||||
| dxf.applet.gui.descr | URL | URL of GUI description file, defining how the applet looks, relative to document base. See GUI description reference. | ||||||||||||||
| dxf.applet.inpage | boolean | Run in page (true) or in a frame (false). If running in a frame and no GUI description URL (see parameter dxf.applet.gui.desription above) is given, a standard DXF Viewer frame is used. | ||||||||||||||
| dxf.default.codepage | codepage name |
Fallback codepage to use for files not defining one.
Possibly values (the same codepage may appear under different names):
|
||||||||||||||
| dxf.default.font | font name | Font used when a font referenced by the file is not available. | ||||||||||||||
| dxf.fontdir | URL for directory where to look for additional SHX fonts | Directory where unknown SHX fonts are looked for. As unsigned applets have restrictions to access other servers the best idea is probably to use a relative path, which is evaluated with respect to the containing HTML document's base URL. | ||||||||||||||
| dxf.default.bigfont | font name | Font used when a bigfont referenced by the file is not available. | ||||||||||||||
| boolean |
Deprecated:
Use dxf.applet.print.mode
instead.
If set to true the model is printed to scale, by putting the view center to the paper center and drawing everything around in scale. See also next param. Otherwise the current view is printed to fit the paper. |
|||||||||||||||
| dxf.applet.print.mode | Print mode |
Currently three values are supported:
|
||||||||||||||
| dxf.model.unit.length | length unit, eg 1cm | Defines the length of one unit in the model. Used when scaled printing (see previous param) is enabled. Default is 1mm. | ||||||||||||||
| view.bgcolor | color name or HTML color value | DEPRECATED: background color for model view. For consistency use the "bgcolor" attribute of the <modelview< tag in the GUI description file (see Appletparamter dxf.applet.gui.descr above). |
||||||||||||||
| locale | ISO code | force language (only de_DE (german) and en (english) are currently supported) | ||||||||||||||
| resourcebase | class reference | Class path for additional resources. See applet example on page Overwritten.html, see the GUI description file on i18n as well as general information on i18n. | ||||||||||||||
| i18n.dump | List of locales | Defines a list of locales for which the i18n resources will be dumped to the console. As in the standard applet only the locales en and de are defined, en,de is a useful value. | ||||||||||||||
| i18n.action.debug | true or false (Default) | Adds the basic I18n tag in square brackets to tooltips of buttons and menu entries. | ||||||||||||||
| print.margin | margin, or top,left,bottom,right | Set the default print margin(s). The expected values are lengths,
so don't forget the unit. Examples: 5mm 5mm,10mm,0.5in,0.8cm |
||||||||||||||
| wide.line.fill | true or false | When set to true, then wide polylines are drawn filled. | ||||||||||||||
| debug.show.window | boolean | show debug window? | ||||||||||||||
| debug.print.console | boolean | print debug messages to Java console? | ||||||||||||||
| debug.mask | some or all of TSWEFLA | Debug message mask:
|