Toolbar Inspector Menus
-File Help Index |
|
File Menu The File menu contains standard controls for opening and saving document files. The File menu also contains commands that allow you to exchange data with other applications. LXFree for Java's main window shows the contents of a single plot file. at a time. Opening or creating a new file replaces the contents of the window. On most operating systems, it is possible to run more than one instance of LXFree for Java. This means that you can have more than one plot window open at a time. When you choose New, a new blank plot is created and it replaces the window's current plot. The operating system's Page Setup dialog is used to make the size of the new plot equal to one printed page. Open allows you to read a .lxxplot file stored on disk. The current contents of the window are replaced by the opened plot document. The Open URL... command will open an .lxxplot file from a network location such as a web server or another computer running LXFree using the Share on Network feature (see below). The Recent menu gives you quick access to the last plots that you have opened. LXFree for Java plots are stored in an XML based file format with an .lxxplot extension. Image File The contents of the plot window can be exported as an image file in any graphic format that the operating system implementation of Java supports. The default is to exports as .jpg. However, most operating systems can handle .tif and .png files as well as other formats. The Export->PDF command uses the open source gnujpdf library to save the contents of the plot window as a .pdf file. DXF The Export->DXF allows export of the plot as an AutoCAD dxf file. Collada (DAE) The Export->Collada (DAE) allows export of 3D objects and settings in the Collada exchange format. Share on Network The Share on Network command starts a HTTP sharing service that allows you to view the main plot and report windows using a web browser. When you first start this sharing service, an alert is displayed with its network port. The network port that is either set in the options' export tab or is chosen by the operating system. You can enter the IP address of the computer follwed by a colon and this port (http://aaa.bbb.ccc.ddd:port) to access the network sharing service via internet. Plot windows are displayed as JPGs and report windows are displayed in HTML. To open a plot over the network on another computer using Open URL, use a url of the form: http://aaa.bbb.ccc.ddd:port/plot.lxxplot where aaa.bbb.ccc.ddd is the IP address of the host and "port" is the port number of the sharing service. Import Light Data The Light Data import command reads a tab delimited text file. The first line of the file must contain tab separated column headings. Subsequent lines should contain tab seperated data fields. Each line is interpreted by looking for a light in the plot that matches the "Position" and "#" fields. The remaining columns are then used to set that light's info fields. Import DXF DXF import will read basic DXF entities into layers in the current plot from an ascii DXF file. Arc, circle, line and polyline elements are imported. Text and ellipse are partially supported. Blocks of these entities are read in as groups. Import DXF may change the size of the plot so that all imported entities are visible. When printing a plot, you are first asked for the page setup (paper size, etc.) to use. Then you will get to the operating system's print dialog. The Close and Exit commands terminate the LXFree for Java application. The window size and location is saved along with any changes to the user options so that they can be restored the next time you run the application. |