1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Jan Christian Grünhage 908889acd6
Changed the behaviour when the tree was finshed, it now is never finished until the squares are under a given pixel size 2016-05-06 16:38:28 +02:00
Jan Christian Grünhage 0177d8a9ae
Reformatted code 2016-05-05 22:44:50 +02:00
Jan Christian Grünhage bec95321ac Moved some files around 2015-02-18 12:30:24 +01:00
Jan Christian Grünhage 2bb7d12a0f Moved some files around 2015-02-13 13:28:18 +01:00
Jan Christian Grünhage dfad27a51c Implementation of "KilianEhrmanPythagorasTree"
The first Implementation of the "KilianEhrmanPythagorasTree".
this tree is just a crap... look at the code for calculating the angles
yourself. looks nice though
2015-02-12 14:41:03 +01:00
Jan Christian Grünhage fb7739f968 Bug wasn't fixed, now it is 2015-02-12 08:39:24 +01:00
Jan Christian Grünhage d33b2a3b23 Fixed bug that last level wouldn't be drawn 2015-02-12 07:50:20 +01:00
Jan Christian Grünhage 5e998cc9b1 updated header information 2015-02-11 21:53:16 +01:00
Jan Christian Grünhage 254a02f89d Bugfix and Additional Information
The window header now includes which level the tree has at the moment
and which is the target depth.

also fixed the bug causing one additional line at the end of each
square. this line wold be part of the next square, but when the tree is
finished, the final squares should not have little additional lines
coming out of them
2015-02-11 21:16:59 +01:00
Jan Christian Grünhage 494d13bba3 Added Seeds
The added Seed Class is containing the information needed for building a tree.
With this it is possible to have nice I/O when running the application without arguments but adding the possibility to run the application with arguments for nearly no I/O, without having much code twice
2015-02-11 12:26:23 +01:00
Jan Christian Grünhage 0e86f60d2b Added Pen width adjustment 2015-02-11 11:45:39 +01:00
Jan Christian Grünhage 66a52a118e complete recreation of the method drawing the pythagoras Tree.
Still has some bugs, and it won't work recursively for large trees, so it is in a while loop.
2015-02-11 11:41:10 +01:00
Jan Christian Grünhage d8ed505128 Renamed Numbers to Fibonacci
Numbers is only containing Fibonacci stuff now,
so I renamed it to Fibonacci
2015-02-11 10:57:44 +01:00
Jan Christian Grünhage d0e8874387 Removed RegularRandom
Regular Random Stuff is not needed anymore, standard random results in a regular random tree now anyway because of the way the pythagoras triangle is implemented
2015-02-11 10:54:17 +01:00
Jan Christian Grünhage b5ba27ce91 Removed PythagorasTree.PythagorasTreeVariant attribute from Pythagoras Triangle, because it is not needed after construction anymore.
Also, @author Tag added to class javadoc
2015-02-11 10:44:22 +01:00
Jan Christian Grünhage 27ee66c322 Still not working 2015-02-10 18:23:13 +01:00
Jan Christian Grünhage f73687b6d6 Changes to PythagorasTree implementation, still not working
Changes to the implementation, is still not workin
2015-02-10 18:13:13 +01:00
Jan Christian Grünhage dfd1841e2f PythagorasTree impementation, not working
New pythagoras Tree implementation, not fully working yet
2015-02-10 17:51:44 +01:00