Changes between Version 12 and Version 13 of PtolemyHowToStart

Show
Ignore:
Timestamp:
12/31/08 09:21:56 (21 months ago)
Author:
jmcnary (IP: 24.149.18.33)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PtolemyHowToStart

    v12 v13  
    1 = pTolemy3d - How to start = 
     1= pTolemy3D - How to start = 
    22 
    33[[PageOutline(2-3,,inline)]] 
     
    77 
    88 
    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. 
     9The 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 
     11As example, pTolemy3D Viewer will be integrated inside a basic application (a frame) and inside an applet. 
     12 
     13 
     14The pTolemy3D package has been described in PtolemyOverview document. 
    1515 
    1616 
     
    1818 
    1919 
    20 pTolemy3d is initialized from a set of configuration parameters related to map server, initiale position, plugins, ... 
     20pTolemy3D is initialized from a set of configuration parameters related to map server, initiale position, plugins, ... 
    2121 
    2222The list of parameters is not introduced and explained here, for that look at the document: XXX. 
     
    207207== More documentation == 
    208208 
    209 We've seen how to initialize and integrate pTolemy3d in every kind of java application. 
     209We've seen how to initialize and integrate pTolemy3D in every kind of java application. 
    210210 
    211211pTolemy3D 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: 
    212212 
    213 http://www.pTolemy3d.org/javadocs 
    214  
    215   
     213http://www.pTolemy3D.org/javadocs 
     214 
     215