source: ether_statistics/service/implementation/gov/noaa/pmel/sgt/package.html @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 2.0 KB
Line 
1<HTML>
2<BODY>
3Core classes for the Scientific Graphics Toolkit.
4
5<P>The Java Scientific Graphics Toolkit (<CODE>sgt</CODE>) is designed
6to allow a graphics client developer a great deal of flexibility and
7freedom. <CODE>sgt</CODE> is a package that greatly aids a developer
8in creating graphics applets. <CODE>sgt</CODE> is not a general
9purpose graphics package, but provides the tools to enable scientific
10graphics to be easily incorporated into applications or
11<code>Applets</code>.</P>
12
13<P>SGT has three main components, the <CODE>JPane</CODE>, on which all
14graphics are drawn. The <CODE>Layer</CODE>, of which several can be
15associated with a single <CODE>JPane</CODE>, that insulates the
16developer from device coordinates.  And the <CODE>Graph</CODE>, of
17which a single instance can be associated with a <CODE>Layer</CODE>,
18that transforms form user coordinates (e.g. cm/sec, time, etc) to the
19layer coordinate system (physical coordinates).
20
21<P>Examples demonstrating the use of SGT are available in the {@link
22gov.noaa.pmel.sgt.demo demo} package.  These examples show how to
23create SGT applications from scratch and how to use the {@link
24gov.noaa.pmel.sgt.swing.JPlotLayout JPlotLayout} utility class.  A <A
25href="http://www.epic.noaa.gov/talks/dwd/noaatech2002/SGT_Tutorial_files/v3_document.htm">tutorial
26</A> on using SGT to develop interactive graphics is now available.
27
28<p><font size="-1">This software is provided by NOAA for full, free
29and open release.  It is understood by the recipient/user that NOAA
30assumes no liability for any errors contained in the code.  Although
31this software is released without conditions or restrictions in its
32use, it is expected that appropriate credit be given to its author and
33to the National Oceanic and Atmospheric Administration should the
34software be included by the recipient as an element in other product
35development.</font></p>
36
37@see gov.noaa.pmel.sgt.Pane
38@see gov.noaa.pmel.sgt.JPane
39@see gov.noaa.pmel.sgt.Layer
40@see gov.noaa.pmel.sgt.Graph
41</BODY>
42
43</HTML>
Note: See TracBrowser for help on using the repository browser.