0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now when the unit scale factor changes, the setUnitScaleFactor() method is used to notifying the pages about the change to More... almost 17 years ago
Now after the canvas is loaded its unit scale factor is set to the unit scale factor currently being used by the More... almost 17 years ago
Now this class implements UnitScaleDependent. More... almost 17 years ago
Now this class implements UnitScaleDependent. More... almost 17 years ago
Now this class implements UnitScaleDependent. More... almost 17 years ago
Now this class implements UnitScaleDependent. More... almost 17 years ago
Initial commit. Classes implement this interface to signal that they need to be notified when the unit scale factor changes. More... almost 17 years ago
Changed the default smooth factor to 2. More... almost 17 years ago
Now when a ProgressEvent is received that says the progress is complete, the progress bar is set to have value 100. More... almost 17 years ago
Now this class uses an ImageWriter to write images (instead of calling the method ImageIO.write()). The reason for this change is More... almost 17 years ago
Now the smooth() method scales the path to its original size, smooths the path, and then scales it back. This fixes the problem More... almost 17 years ago
Changed the value of SMOOTH_VALUE from 2 to 4. More... almost 17 years ago
Now the smoothWithAverages() method uses the translateTo() method instead of the setX() and setY() methods to move the points in the More... almost 17 years ago
Commented out the setX() and setY() methods. The translateTo() method should be used instead. More... almost 17 years ago
Removed commented code in the smooth() method that was not needed. I left this code in the previous checkin, if I ever needed it More... almost 17 years ago
Changed SMOOTH_FACTOR from the value of 3 to 2. More... almost 17 years ago
Now the smooth() method makes a call to the new smoothWithAverages() method. The parameter to the smooth() method now gives the More... almost 17 years ago
Added a JProgressBar to the bottom of the panel. Then if the user saves, exports, or prints a canvas, its progress is reported to More... about 17 years ago
Now when a file is being opened, its progress is reported to the user. More... about 17 years ago
Now progress is reported to the user as this class's process procedes. More... about 17 years ago
Now when saving or printing is done, its progress is reported to the user. More... about 17 years ago
Now the saveAsSVG() methods has two extra parameters 'listen' and 'desc'. The former is of boolean type and if true it specifies More... about 17 years ago
Initial commit. This is a ProgressListener that takes the information from ProgressEvents and displays it for the user in a JFrame. More... about 17 years ago
Added the method getNumStrokes(). More... about 17 years ago
Now this class reports when a Renderable has been rendered to any RenderListener attached to this class. More... about 17 years ago
Initial commit. This class serves to listen to renderers to see which Renderables they have just rendererd and convert that More... about 17 years ago
Initial commit. Classes that implement this interface listen to renderers for which Renderables they have just finished rendering. More... about 17 years ago
Initial commit. This package contains classes used to report the progress of some process to the user and other parts of the More... about 17 years ago
Removed an unused import. More... about 17 years ago
Removed the field ZERO_DEGREE_KNOT_NUM. More... about 17 years ago