summaryrefslogtreecommitdiffstats
path: root/src/jogamp/graph/math
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-03-25 08:51:24 +0100
committerSven Gothel <[email protected]>2011-03-25 08:51:24 +0100
commit56de85032f687748d99af63f90b6798d14b9c04b (patch)
tree0d58653b2a55b32c88bc465ee9b334b71b9e5332 /src/jogamp/graph/math
parentc87998372f09466dd682f208fcddebae954c7af8 (diff)
Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this incl. creating the non public FontInt interface for Path2D access
Diffstat (limited to 'src/jogamp/graph/math')
-rw-r--r--src/jogamp/graph/math/plane/Crossing.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogamp/graph/math/plane/Crossing.java b/src/jogamp/graph/math/plane/Crossing.java
index 5620da73a..8f8638632 100644
--- a/src/jogamp/graph/math/plane/Crossing.java
+++ b/src/jogamp/graph/math/plane/Crossing.java
@@ -19,10 +19,10 @@
*/
package jogamp.graph.math.plane;
+import jogamp.graph.geom.plane.Path2D;
+import jogamp.graph.geom.plane.PathIterator;
import jogamp.graph.math.MathFloat;
-import com.jogamp.graph.geom.plane.Path2D;
-import com.jogamp.graph.geom.plane.PathIterator;
public class Crossing {