|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packageorg.jhotdraw.samples.svgas colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a <code> tag will cause all subsequent paragraphs to be displayed differently.
Represents an SVG LinearGradient. @author Werner Randelshofer @version 1.0.2 2009-04-17 Gracefully handle non-invertible transforms.
1.0.1 2009-03-29 Handle gradients which consist of only a single stop color, or which have illegal stop offsets.
1.0 December 9, 2006 Created.
Represents an SVG RadialGradient. @author Werner Randelshofer @version 1.0.2 2009-04-17 Gracefully handle non-invertible transforms.
1.0.1 2007-04-10 Radius for gradients which are relative to figure boudns is computed better.
1.0 December 9, 2006 Created.
Class SVGApplet, String getParameter(String)SVGAppletThis is the base class for concrete implementations of SVG drawing applets.The base class loads and saves drawings asynchronously and handles errors. The actual data transmission and the editing of drawings is the responsibility of the subclasses.
FIXME - Applet must offer to save file locally, if uploading to server failed.
FIXME - Applet must save changes locally and reload them, if the user navigated out of the page and back again, without saving the changes
.@authorWerner Randelshofer @version 1.1 2008-05-22 Added Locale parameter.
1.0.1 2008-03-24 When reading26 Fixed ClassCastExceptiondata,when attemptingattemmpt with all input formats before givingto display an error message in methodupsave().
1.0 2006-07-08 Created.
Class SVGApplet, void init()We overrideSame asApplet.getParameter()tobutmakedoesn'tit work even if we have no Appletthrow a NullPointerException when used without an Applet context.
InitializesDisplays a progress indicator and then invokesloadDrawingon a worker thread. Displays theappletdrawing panel when finished successfully. Displays an error message when finished unsuccessfully. @seeSVGApplet#loadDrawing
SVGApplicationModel. @author Werner Randelshofer. @version 2.0 2009-04-10 Moved all drawing related toolbars into SVGDrawingPanel.Class SVGApplicationModel, List<JToolBar> createToolBars(Application, View)
1.0 June 10, 2006 Created.
CreatesOverriden to create no toolbars. @param app @param p @returnfor the applicationAn empty list.
SVGDrawingPanelJSVGDrawingAppletPanel. @author Werner Randelshofer @version 1.0.120072008-1203-17 Cleaned code up26 Tweaked toolbar area.
1.0 11. March 2004 Created.
A view for SVG drawings. @author Werner Randelshofer @version 2.0 2009-04-10 Moved all drawing related toolbars into SVGDrawingPanel.
1.3.1 2008-03-19 Method read() tries out now all supported files format.
1.3 2007-11-25 Method clear is now invoked on a worker thread.
1.2 2006-12-10 Used SVGStorage for reading SVG drawing (experimental).
1.1 2006-06-10 Extended to support DefaultDrawApplicationModel.
1.0 2006-02-07 Created.