Plug and Play Scientific Graphics with SGT - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Plug and Play Scientific Graphics with SGT

Description:

The Scientific Graphics Toolkit (SGT) is a collection of Java ... JavaBeans enables beginner and intermediate developers a quick entry into SGT graphics. ... – PowerPoint PPT presentation

Number of Views:54
Avg rating:3.0/5.0
Slides: 16
Provided by: donald71
Category:

less

Transcript and Presenter's Notes

Title: Plug and Play Scientific Graphics with SGT


1
Plug and Play Scientific Graphics with SGT
  • Donald DenboNOAA/PMEL-UW/JISAO
  • Presented byChristopher MooreNOAA/PMEL-UW/JISAO

http//www.epic.noaa.gov/java/sgt
2
Introduction
  • The Scientific Graphics Toolkit (SGT) is a
    collection of Java classes to produce scientific
    2D graphics.
  • SGT is a flexible system, allowing developers to
    produce custom graphics.
  • SGT, while popular, does require an expert
    programmer to use it effectively.

3
Goals for Plug n Play Graphics
  • Create easy-to-use JavaBeans from the SGT
    classes.
  • JavaBeans enables beginner and intermediate
    developers a quick entry into SGT graphics.
  • SGT Beans handles most events and provides tools
    to easily customize the appearance of the plot.

4
Why JavaBeans?
  • Provide component technology for Java.
    Components enhance re-usability in the Java
    environment.
  • Can easily be used in IDE and RAD environments.
  • Bean Customizers can be developed to work within
    IDE and RAD tools.
  • Beans provide a standard mechanism to interact
    with development tools and simplify access to
    complicated Java class libraries.
  • Beans have an object persistence mechanism. (XML
    serialization)

5
Java Development Tools
  • BeanBuilderAvailable free from Sun Microsystems
    for JVM 1.4 or later
  • Java Integrated Development Environments
    (JBuilder, Eclipse, NetBeans)

6
BeanBuilder
Event Connection
Component Layout
7
SGT JavaBeans
8
SGT PanelModel Customizer
9
SGT Page Bean with graphics
10
Design
Page
11
Page JavaBean
  • Visual JavaBean. Page can be added to any swing
    container.
  • Page can have any number of Panels placed inside
    it. Each Panel provides an independent graphical
    display of data from the DataModel.
  • The location and size of the Panels are specified
    in the PanelModel.

12
PanelModel JavaBean
  • Non-visual JavaBean.
  • PanelModel maintains
  • location and size of Panels on Page
  • DataGroups and their positions on a Panel
  • Legend position on a Panel
  • Titles and annotation positions on a Panel

13
DataModel JavaBean
  • Non-visual JavaBean.
  • DataModel uses information from the PanelModel to
    specify the connection between data and
    Panel/DataGroup.
  • Contains the SGTData and Attribute objects.

14
Real World Example
ncReader
  1. User opens ncReader and selects a netCDF file.
  2. ncReader accesses the PanelModel to generate a
    list of Panel/DataGroups.
  3. User selects which Panel/DataGroup the data
    subset should be attached.
  4. ncReader adds the data with the Panel/DataGroup
    information to the DataModel.

data
DataModel
Page
PanelModel
15
Future Directions
  • Design is completed and implementation will be
    finished by September 2003.
  • Beta version of SGT Beans will be made available
    once an initial implementation of the Page,
    PanelModel, DataModel, and Customizer are
    complete (1 month).
  • User feedback will help guide additional
    development.

http//www.epic.noaa.gov/java/sgt
Write a Comment
User Comments (0)
About PowerShow.com