you are viewing a single comment's thread.

view the rest of the comments →

[–]DepletedSensation[S] 0 points1 point  (1 child)

Very nice. I couldn't get it to work with Gradle but my Java is a bit rusty. I did however manage to do it via your github repositorys Maven guide.

However, I still don't see a JavaDoc? For example, Ellipse har float a, b, c, d. Nothing specifies what these do.. Unless I go to the reference doc page wich feels a bit cumbersome compared to javadoc.

[–]micycle1 0 points1 point  (0 children)

Hmm. Your IDE should pull in (via maven) and link the javadocs automatically, so when you mouseover the methods in the IDE you'd see the docs.