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.
 
HelloWorld.java : The appication.
 
 
BarGraph.java : The appication.
bargraph.jdw : The JDraw file.
 
 
Interactive.java : The appication.
interactive.jdw : The JDraw file.
 
Sample application 1 : The HelloWorld application.
![]() |
A simple application that display a JDLabel. |
Sample application 2 : Animating a BarGraph using JDraw.
![]() |
A BarGraph application. This sample demonstrates how to use the JDraw API to animate a BarGraph. |
Sample application 3 : Using interactive objects.
![]() |
An Interactive application. This sample demonstrates how to use the JDraw API to listen on various JDObject state change. |
-
ClassDescriptionFileFinder, give a root directory, an extension and a maximum number of files, and the list of files will be returned created by srubio@cells, oktober 2006JDraw Axis graphic object.JDraw Bar graphic object.Clipboard helper classA convenience class to handle object creation Menu and Toolbar.Device tree for jdrawJDraw Ellipse graphic object.A basic file filter classA class for loading JDraw file (jdw)JDraw Group graphic object.JDraw Image graphic object.JDraw Label graphic object.Displays a JDraw file in a library view (only selection and clipboard operations allowed).JDraw Line graphic object.An abstract adapter class for receiving mouse events.JDraw MouseEventThe listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a JDObject.An abstract class for the JDraw graphics objects.JDraw Polyline graphic object.An interface that must be implemented by a JComponent which can be edited with JDrawEditor.A class to add JDrawable JDSwingObject to the editor.The graph editor/viewer component.Main JDrawEditor frame, can be extended to produce customized editor.An interface to handle interaction between the editor and the main program.A class to display the editor as a NetBeans pluginJDraw Rectangle graphic object.JDraw Rectanglar graphic object (All object having a rectangular sizing behavior)Interface implemented by JDObject that can be rotatedJDraw Rectangle graphic object.JDraw Slider graphic object.JDraw Spline graphic object.JDraw Swing graphic object.JDraw Title rectangle graphic object.An interface for receiving JDValue events of a JDObjectA class to handle dynamic value program.


