Diva Documentation

Welcome to Diva! This page is a jumping off point for the Diva software documentation. If you already generated the API documentation, you need to do so with the following:

cd diva-directory
./configure
make api
(The second step does not need to be done if you already ran configure.)

This is release 0.3 of Diva. The release contains three main packages. canvas is a flexible structured graphics layer built on the Java2D API. graph package provides a Swing-style (MVC) graph viewing architecture. sketch is a framework for sketch (free-hand) input and gesture recognition.

General information

Installation

Software documentation

Shortcuts into package documentation

Design documentation

Tutorials

Demo programs

Applications