1 | private static final Color labelColor = Color.DARK_GRAY;↵ | | 1 | private static final Color labelColor = Color.DARK_GRAY;↵
|
|
2 | // glocal grid line colors↵ | | 2 | // glocal grid line colors↵
|
3 | private static final Color darkGrayColor = new Color(220, 220, 220);↵ | | 3 | private static final Color darkGrayColor = new Color(220, 220, 220);↵
|
|
4 | private static final Color lightGrayColor = new Color(240, 240, 240);↵ | | 4 | private static final Color lightGrayColor = new Color(240, 240, 240);↵
|
|
5 | private static final Color darkDarkGrayColor = new Color(180, 180, 180);↵ | | 5 | private static final Color darkDarkGrayColor = new Color(180, 180, 180);↵
|
|
6 | public static final RootAShape HORSHAPE = ActivityShapeFactory↵ | | 6 | public static final RootAShape HORSHAPE = ActivityShapeFactory↵
|
7 | .createDefaultShape(SwingConstants.HORIZONTAL);↵ | | 7 | .createDefaultShape(SwingConstants.HORIZONTAL);↵
|
|
8 | public static final RootAShape VERSHAPE = ActivityShapeFactory↵ | | 8 | public static final RootAShape VERSHAPE = ActivityShapeFactory↵
|
9 | .createDefaultShape(SwingConstants.VERTICAL); | | 9 | .createDefaultShape(SwingConstants.VERTICAL);
|