Class | Description |
---|---|
MyGraph |
Demo applet shows own data as a graph over the x-y plane.
|
First own Graph Surface. Demo project for working with JavaView projects and for subclassing of PgElementSet. This sample project shows how to handle timer events and supplies an own computation method for creating the coordinates of an (animated) surface.
In this project the classes are embedded in a JavaView project. Nearly all applications
of JavaView are embedded into projects, each with a special functionality. Such
projects can be reused as a building blocks in other cirumstances, similar to a class.
In fact, a project is a subclass
of jv.project.PjProject
which allows
to manage a set of geometries, a display(s), and other
projects, and to react on animation and pick events.
"