Data Visualization Using Java Outline

 

 

  1. Introduction
    1. What is the project?
    2. Why is it necessary?
  1. Background
    1. Data Visualization
    2. JViz display techniques
      1. Scatter Plot
      2. Dimensional Stacking
      3. Glyph Graph
      4. Parallel Coordinates
    3. Brushing
    4. Java
      1. History of Java
      2. Why Java for this application?
  2. Goals
    1. Improve upon XmdvTool
    2. Make JViz familiar to XmdvTool users
  3. Design
    1. XmdvTool
    2. Classes
    3. Data Displays
      1. Scatter Plot
      2. Dimensional Stacking
      3. Glyph Graph
      4. Parallel Coordinates
    4. Brush
    5. Interface
  4. Implementation
    1. Classes
    2. Data Displays
      1. Scatter Plot
      2. Dimensional Stacking
      3. Glyph Graph
      4. Parallel Coordinates
    3. Brush
    4. Interface
  5. Results
    1. Comparisons of XmdvTool to JViz
    2. Problems encountered.
    3. Did we complete our goals?
    4. Description of final package.
  6. Conclusions
    1. Concluding remarks.
    2. Future projects/expansion based on our work.
  7. Appendices
    1. User manual
    2. Software used in development (Rational Rose, JavaDoc)
    3. Data file template/description
    4. Class Interaction/Data Flow chart(s)