Changes between Version 12 and Version 13 of PtolemyHowToStart
- Timestamp:
- 12/31/08 09:21:56 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PtolemyHowToStart
v12 v13 1 = pTolemy3 d- How to start =1 = pTolemy3D - How to start = 2 2 3 3 [[PageOutline(2-3,,inline)]] … … 7 7 8 8 9 The aim of this document is to introduce how to initialize use pTolemy3 dCore and to describe the basis feature you'll need to learn to know how things works.10 11 As example, pTolemy3 dViewer will be integrated inside a basic application (a frame) and inside an applet.12 13 14 The pTolemy3 dpackage has been described in PtolemyOverview document.9 The aim of this document is to introduce how to initialize use pTolemy3D Core and to describe the basis feature you'll need to learn to know how things works. 10 11 As example, pTolemy3D Viewer will be integrated inside a basic application (a frame) and inside an applet. 12 13 14 The pTolemy3D package has been described in PtolemyOverview document. 15 15 16 16 … … 18 18 19 19 20 pTolemy3 dis initialized from a set of configuration parameters related to map server, initiale position, plugins, ...20 pTolemy3D is initialized from a set of configuration parameters related to map server, initiale position, plugins, ... 21 21 22 22 The list of parameters is not introduced and explained here, for that look at the document: XXX. … … 207 207 == More documentation == 208 208 209 We've seen how to initialize and integrate pTolemy3 din every kind of java application.209 We've seen how to initialize and integrate pTolemy3D in every kind of java application. 210 210 211 211 pTolemy3D object (org.ptolemy3d.Ptolemy3D), created during the initialization steps, is the core object for accessing every datas of Ptolemy3D. The documentation for that is located in the javadoc at: 212 212 213 http://www.pTolemy3 d.org/javadocs214 215 213 http://www.pTolemy3D.org/javadocs 214 215
