|
Class Summary |
| FileFinder |
FileFinder, 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 2006 |
| JDAxis |
JDraw Axis graphic object. |
| JDBar |
JDraw Bar graphic object. |
| JDCreationMenu |
A convenience class to handle object creation Menu and Toolbar. |
| JDEllipse |
JDraw Ellipse graphic object. |
| JDFileFilter |
A basic file filter class |
| JDFileLoader |
A class for loading JDraw file (jdw) |
| JDGroup |
JDraw Group graphic object. |
| JDImage |
JDraw Image graphic object. |
| JDLabel |
JDraw Label graphic object. |
| JDLibraryViewer |
Displays a JDraw file in a library view (only selection and clipboard operations allowed). |
| JDLine |
JDraw Line graphic object. |
| JDMouseAdapter |
An abstract adapter class for receiving mouse events. |
| JDMouseEvent |
JDraw MouseEvent |
| JDObject |
An abstract class for the JDraw graphics objects. |
| JDPolyline |
JDraw Polyline graphic object. |
| JDrawableList |
A class to add JDrawable JDSwingObject to the editor. |
| JDrawEditor |
The graph editor/viewer component. |
| JDrawEditorFrame |
Main JDrawEditor frame, can be extended to produce customized editor. |
| JDRectangle |
JDraw Rectangle graphic object. |
| JDRectangular |
JDraw Rectanglar graphic object (All object having a rectangular sizing behavior) |
| JDRoundRectangle |
JDraw Rectangle graphic object. |
| JDSlider |
JDraw Slider graphic object. |
| JDSpline |
JDraw Spline graphic object. |
| JDSwingObject |
JDraw Swing graphic object. |
| JDValueProgram |
A class to handle dynamic value program. |
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.