Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Graph: more clone() cleanup. | Sven Gothel | 2011-05-06 | 1 | -2/+2 |
| | | | | | - throw InternalError() for CloneNotSupportedException case, which never happens - AffineTransform clone() uses covariant return type as well, ie AffineTransform | ||||
* | GlyphShape: Use switch block for PathIterator - adding default (exception) | Sven Gothel | 2011-05-06 | 1 | -24/+27 |
| | | | | | Implements more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60 | ||||
* | Graph: More std. functionality (equals, clone) / Better in-place ↵ | Sven Gothel | 2011-05-06 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | transformation (cubic -> quadratic) Impl. more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60 +++ More std. functionality (equals, deep clone) of AABBox, Vertex, Outline and OutlineShape. Simplify Vertex: - Remove 2 component constructor - Add on-curve in Vertex.Factory / Constructor - Adding equals(Object) - Remove Comparable/compareTo, since we only can make an equals statement Outline/OutlineShape: Handle dirty flag for boundary (new set/remove operation) OutlineShape: Better in-place transformation (cubic -> quadratic) | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 2 | -22/+22 |
| | |||||
* | Remove HashCode util and its usage | Sven Gothel | 2011-04-01 | 1 | -3/+3 |
| | |||||
* | integrated typecast into jogamp. tree | Sven Gothel | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 5 | -0/+1115 |