This plugin encapsulates the TWikiDraw Java Applet first developed by TWiki:Main/PeterThoeny from the original JHotDraw.
JHotDraw is a simple drawing editor that supports drawing in a style similar to that found in MS Powerpoint and MS Word. Various shaped figures can be placed in the drawing and text annotations joined to them.
Unique to TWikiDrawPlugin, a drawing can also have a "map" which makes figures in the drawing sensitive to the mouse cursor. A map is automatically added to an image when a URL is attached to any of the figures.
How you edit a drawing depends on whether the drawing has a map and the setting of the "EDIT_BUTTON" option. A drawing with no map can be edited simply by clicking on the drawing. A drawing with a map can be edited by clicking the edit button or, failing that, on the boundary of the image.
Browser support for Java 1.1 or later required.
%DRAWING{name}%
anywhere in a TWiki topic. You can name the drawing anything you like, allowed characters are A-Z a-z 0-9 _ - .
. If you have only one drawing in the topic you can simply write %DRAWING%
.
The tools on the left create or manipulate figures.
![]() |
selects, moves or resizes a figure; the shift-key toggles the selection. Dragging the selection tool in the background selects the figures within the dragged rectangle. |
![]() |
creates a new or edits an existing text figure |
![]() |
creates a new text figure and attaches it to the clicked figure. Once a text figure is attached it remains connected to the figure. |
![]() |
creates a rectangle figure |
![]() |
creates a round rectangle figure |
![]() |
creates an ellipse figure |
![]() |
creates a line figure |
![]() |
creates or adjusts connections between figures. A connection is split into segments by dragging a point on the connection. To join two segments click the end point of a segment |
![]() |
creates an elbow connection and offers the same features as the ordinary connection tool |
![]() |
creates a scribble figure; dragging the mouse creates a smooth line while successive clicks yields a polyline figure. A two-button click terminates the figure. |
![]() |
creates a polygon figure; dragging the mouse creates a smooth border while successive clicks yields a polyline border. A two-button click or the ESCAPE key terminates the figure. |
![]() |
decorates the clicked figure with a border |
![]() |
adds a sensitive area to the figure that will redirect to a URL. If an image contains any sensitive areas it can only be selected for edit by clicking on the boundary or (if enabled) the attached Edit button. You can use wikiwords and web.topic wiki link expressions as well as full URLs. |
When selected, figures provide different handles to manipulate them.
Commands are invoked from the button bar at the bottom or from the menu bar at the top.
The standard commands that are provided include cut, copy, paste, duplicate, delete, group, ungroup, bring to front, and send to back.
Attributes, such as fill color, text color or arrow tip, can be changed through the attributes menus.
File: | Description: |
---|
TWikiDrawPlugin.zip
in your twiki installation directory.
configure
in your TWiki installation, and enable the plugin in the {Plugins} section.
Plugin Author: | TWiki:Main/CrawfordCurrie http://www.c-dot.co.uk, TWiki:Main/SopanShewale http://www.twiki.net |
Plugin Version: | %$VERSION% |
Change History: | |
18181 | TWikibug:Item 6333 - TWikiDrawPlugin does not work in TWiki-4.3.2 if {CryptToken}{Enable} is set |
8570 | TWikibug:Item1528 - Minor pattern skin template update for TWikiDrawPlugin |
8569 | TWikibug:Item1528 - Adding pattern skin template to TWikiDrawPlugin |
7926 | TWikibug:Item1206 - minor formatting fix |
7907 | TWikibug:Item1206 - merged minor documentation fixes that were causing confusion about latest version of the plugin. |
7761 | TWikibug:Item1124 - checked in jar file, even though it is built, because most people don't have ANT and it's a source of error for people using SVN checkouts. |
6340 | TWikibug:Item196 - added screenshot to TWikiDrawPlugin |
5245 | Added anchor support to wikilinks |
5243 | Added support for web.topic wiki links, and remove url encoding, which was breaking |
5223 | Documentation fixes, adding gifs. |
5057 | Minor changes for prettification, and added ,v files |
5053 | Validated XHTML |
5051 | Updated template for Cairo |
5049 | Updates for 2004 Cairo release |
5048 | Cairo readiness |
4878 | Various minor fixes, and added stand-alone (first) version |
4788 | Added "overwrite" to installation copy |
4781 | Moved topic to TWiki web, incorporated changes from Dev topic |
4777 | Initial revision |
11 Mar 2005 | Fixes for: text not sticking to boxes, blank lines in text, and lost text styles |
22 Nov 2004 | Unicode fixes courtesy of Won-kyu Park |
16 Aug 2004 | Map support finally released |
17 Feb 2003 | Bug fixes; incoporated TWiki:Main/BertrandDelacretaz's fix for too many colours in GIF. He had problems when saving images from macosx / JDK 1.3.1 and modified the applet to reduce the number of colors before converting to GIF, if needed. Without this he would sometimes get the "too many colors for a GIF" error when saving drawings. |
30 Sep 2002 | Add support for URLs, EXTRA_COLORS, fixed a number of outstanding bugs |
20 Feb 2002 | Merged TWiki:Main/RobWalker's fixes for text attached to figures |
01 Oct 2001 | Updated this text |
23 Sep 2001 | Initial version |
Dependencies: | Java 1.1 enabled browser %$DEPENDENCIES% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/TWikiDrawPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/TWikiDrawPluginDev |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/TWikiDrawPluginAppraisal |
Related Topics: TWikiPreferences, TWikiPlugins
-- TWiki:Main/CrawfordCurrie - %$DATE%