summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/graph/geom
Commit message (Collapse)AuthorAgeFilesLines
* Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest ↵Sven Gothel2011-03-302-20/+17
| | | | denominator for our implementation and curve API
* Refactoring for public: Remove Line ; public/private API cleanupSven Gothel2011-03-294-71/+10
|
* Font: Make font instances size agnostic (remove all size states), size is ↵Sven Gothel2011-03-261-1/+6
| | | | only a render time parameter. Add missing bounds/width/height queries to TypecastFont
* Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-256-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 Gothel2011-03-255-1110/+0
| | | | incl. creating the non public FontInt interface for Path2D access
* Add com.jogamp.graph.geom typesSven Gothel2011-03-257-0/+829
|
* Fitting of jogamp.graph.geom.plane: double -> float, package location, use ↵Sven Gothel2011-03-255-264/+195
| | | | PointFactory, GeneralPath -> Path2D, ..
* Imported part of Harmony's awt.geom impl. 6.0-r991881, ↵Sven Gothel2011-03-255-0/+1179
http://harmony.apache.org/ - Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0