JHotDraw 7.5.1

Package org.jhotdraw.samples.mini

A collection of very small sample programs, demonstrating a partical feature of JHotDraw.

See:
          Description

Class Summary
AnimationSample AnimationSample displays a rotating ellipse figure.
BezierDemo Demonstration of the curve fitting algorithm of class Bezier.
BorderRectangleFigure Deprecated. This class should be in one of the samples package
ConnectingFiguresSample Example showing how to connect two text areas with an elbow connection.
CreationToolSample Example showing how to create a drawing editor with a creation tool for figures with pre-defined attribute values: the example editor creates green rectangles.
DefaultDOMStorableSample QuickAndDirtyDOMStorableSample serializes a DOMStorable MyObject into a String using the DefaultDOMFactory and then deserializes it from the String.
DefaultDOMStorableSample.MyObject  
DnDMultiEditorSample Example showing how to create a drawing editor which acts on four drawing views.
EditorSample Example showing how to create an editor that can edit multiple drawing views.
FileIconsSample Example showing how to lay out composite figures.
LabeledLineConnectionFigureSample Example showing how to connect two rectangles with a labeled connection, that has a labels at both ends.
LayouterSample Example showing how to layout two editable text figures and a line figure within a graphical composite figure.
MovableChildFiguresSample Example showing how to create a graphical composite figure which holds component figures that can be moved independently using handles.
MultiEditorSample Example showing how to create a drawing editor which acts on four drawing views.
SelectionToolSample SelectionToolSample demonstrates how the SelectionTool works.
SmartConnectionFigureSample Example showing how to connect two text areas with an elbow connection.
StraightLineFigure Example showing the minimal amount of code needed to implement a Figure by extending AbstractAttributedFigure.
SVGDrawingPanelSample Example showing how to embed the SVGDrawingPanel into an application that does not make use of the JHotDraw application framework.
 

Package org.jhotdraw.samples.mini Description

A collection of very small sample programs, demonstrating a partical feature of JHotDraw. Ideally, each sample program is just a single java file.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.