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

Contains a set of classes to handle a vector drawing viewer and its editor.

See: Description

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

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.
 
HelloWorld.java : The appication.
 

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.
 
BarGraph.java : The appication.
bargraph.jdw : The JDraw file.
 

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.
 
Interactive.java : The appication.
interactive.jdw : The JDraw file.