-
- Downloads
Refactor class position of ChaosGameDescription, ChaosCanvas and...
Refactor class position of ChaosGameDescription, ChaosCanvas and ChaosGameFileHandler under MVC-pattern.
Showing
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java 2 additions, 0 deletions...va/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/GuiButtonController.java 3 additions, 0 deletions...u/stud/chaosgame/controller/game/GuiButtonController.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/utility/ChaosGameFileHandler.java 3 additions, 3 deletions...ud/chaosgame/controller/utility/ChaosGameFileHandler.java
- src/main/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java 1 addition, 1 deletion...in/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java 1 addition, 1 deletion.../java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGameDescription.java 1 addition, 2 deletions.../ntnu/stud/chaosgame/model/game/ChaosGameDescription.java
- src/main/java/edu/ntnu/stud/chaosgame/model/generators/ChaosGameDescriptionFactory.java 2 additions, 2 deletions...aosgame/model/generators/ChaosGameDescriptionFactory.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/AffineTransform2D.java 1 addition, 1 deletion...ud/chaosgame/model/transformations/AffineTransform2D.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/JuliaTransform.java 1 addition, 1 deletion.../stud/chaosgame/model/transformations/JuliaTransform.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosCanvasToImageConverter.java 1 addition, 1 deletion...ntnu/stud/chaosgame/view/ChaosCanvasToImageConverter.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGui.java 2 additions, 2 deletionssrc/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGui.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameObserver.java 1 addition, 1 deletion.../java/edu/ntnu/stud/chaosgame/view/ChaosGameObserver.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosCanvasTest.java 1 addition, 1 deletion...st/java/edu/ntnu/stud/chaosgame/game/ChaosCanvasTest.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java 1 addition, 1 deletion...du/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java 2 additions, 2 deletions...du/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameTest.java 2 additions, 3 deletions...test/java/edu/ntnu/stud/chaosgame/game/ChaosGameTest.java
Loading
Please register or sign in to comment