summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/graph
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/graph')
-rw-r--r--src/main/java/com/c2kernel/graph/package-info.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/com/c2kernel/graph/package-info.java b/src/main/java/com/c2kernel/graph/package-info.java
new file mode 100644
index 0000000..3039850
--- /dev/null
+++ b/src/main/java/com/c2kernel/graph/package-info.java
@@ -0,0 +1,9 @@
+/**
+ * The GraphModel framework is used by the Workflow and Aggregation collection
+ * for their layout. Although the cristal-gui module uses the java.2d graphics
+ * framework to draw graphs, the Graph package itself contains no UI information
+ * beyond x, y, width and height.
+ *
+ */
+
+package com.c2kernel.graph; \ No newline at end of file