-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/dft refactor (#36) * Initial refactoring * Removed used PaintTool class * Layer rendering * Improvements * Fixed imagelayer render algorithm * Bug fixes * Improvements * Added GraphicsContext * Checkpoint * Improved tool builder; package refactoring * Reverted introduction of delegate pattern * Added configurable properties to ants * Improvements to filltransform * Refactored builder inner classes * Eliminated surfaceInteractionObserver template method * Added AirbrushToolTest * Added FillToolTest * Airbrush tool behavior improvements * Enabling JUnit5 tests * Fix for headless test failure * Fixing Optional issues * Enabled Jacoco * README and transfer handler improvements * Readme fixes * More README updates * Added tests * ImageLayerTest * Completed test for ImageLayer * Improved test method names * Refactored structure of tools * Added BasicToolTest * Added BoundsToolTest * Improving BoundsTool test coverage * Improved parameter name in SurfaceInteractionObserver * Added LinearTool test * Fixing Sonar bugs * Enabling Sonar branches * Added PathToolTest * #35: Fixed polyline issue * Readme updates and refactoring * Deleted tester * Javadoc fixes
- Loading branch information
Showing
167 changed files
with
8,118 additions
and
2,479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
*.iml | ||
target/* | ||
*.bin | ||
.gradle/* | ||
.gradle/* | ||
/src/main/java/com/defano/jmonet/Tester.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
src/main/java/com/defano/jmonet/algo/fill/DefaultBoundaryFunction.java
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/main/java/com/defano/jmonet/algo/fill/DefaultFillFunction.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/java/com/defano/jmonet/algo/fill/FillFunction.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.