blob: 3039850093a16ebeb4cbdae6a111fbdf53ea3693 (
plain)
1
2
3
4
5
6
7
8
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;
|