Restructured to add game package under controller rather than model.
Showing
- src/main/java/edu/ntnu/stud/chaosgame/Main.java 4 additions, 4 deletionssrc/main/java/edu/ntnu/stud/chaosgame/Main.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java 1 addition, 1 deletion.../edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java 1 addition, 2 deletions...va/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameDescription.java 1 addition, 1 deletion.../stud/chaosgame/controller/game/ChaosGameDescription.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameFileHandler.java 2 additions, 1 deletion.../stud/chaosgame/controller/game/ChaosGameFileHandler.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameObserver.java 1 addition, 5 deletions...tnu/stud/chaosgame/controller/game/ChaosGameObserver.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/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/test/java/edu/ntnu/stud/chaosgame/game/ChaosCanvasTest.java 1 addition, 2 deletions...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/ChaosGameTest.java 1 addition, 1 deletion...test/java/edu/ntnu/stud/chaosgame/game/ChaosGameTest.java
Loading
Please register or sign in to comment