Package fr.esrf.tangoatk.widget.util.jdraw


package fr.esrf.tangoatk.widget.util.jdraw
Contains a set of classes to handle a vector drawing viewer and its editor. The JDraw API provides a set of functionallity to create and handle graphic vector objects or classic swing components. In addition, with the help of the JDrawEditorFrame, you can draw your own sysnopsis and animate them with the API.

Sample application 1 : The HelloWorld application.

The HelloWorld application A simple application that display a JDLabel.
&nbsp
HelloWorld.java : The appication.
&nbsp

Sample application 2 : Animating a BarGraph using JDraw.

The BarGraph application A BarGraph application. This sample demonstrates how to use the JDraw API to animate a BarGraph.
&nbsp
BarGraph.java : The appication.
bargraph.jdw : The JDraw file.
&nbsp

Sample application 3 : Using interactive objects.

The Interactive application An Interactive application. This sample demonstrates how to use the JDraw API to listen on various JDObject state change.
&nbsp
Interactive.java : The appication.
interactive.jdw : The JDraw file.
&nbsp