Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest ↵ | Sven Gothel | 2011-03-30 | 2 | -20/+17 |
| | | | | denominator for our implementation and curve API | ||||
* | Refactoring for public: Remove Line ; public/private API cleanup | Sven Gothel | 2011-03-29 | 4 | -71/+10 |
| | |||||
* | Font: Make font instances size agnostic (remove all size states), size is ↵ | Sven Gothel | 2011-03-26 | 1 | -1/+6 |
| | | | | only a render time parameter. Add missing bounds/width/height queries to TypecastFont | ||||
* | Refactored Vertex Point PointTex GraphPoint namings | Rami Santina | 2011-03-25 | 6 | -70/+36 |
| | | | | | | Vertex class --> SVertex (Simple vertex wwhere memory impl is float[]) Point interface --> Vertex (which combines in it PointTex Interface) GraphPoint --> GraphVertex | ||||
* | Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this ↵ | Sven Gothel | 2011-03-25 | 5 | -1110/+0 |
| | | | | incl. creating the non public FontInt interface for Path2D access | ||||
* | Add com.jogamp.graph.geom types | Sven Gothel | 2011-03-25 | 7 | -0/+829 |
| | |||||
* | Fitting of jogamp.graph.geom.plane: double -> float, package location, use ↵ | Sven Gothel | 2011-03-25 | 5 | -264/+195 |
| | | | | PointFactory, GeneralPath -> Path2D, .. | ||||
* | Imported part of Harmony's awt.geom impl. 6.0-r991881, ↵ | Sven Gothel | 2011-03-25 | 5 | -0/+1179 |
http://harmony.apache.org/ - Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 |