Author: mes
Date: 2009-11-20 16:06:21 -0800 (Fri, 20 Nov 2009)
New Revision: 18534

Modified:
   corelibs/trunk/ding/lib/cytoscape-render-immed.jar
   corelibs/trunk/render.immed/src/cytoscape/render/immed/GraphGraphics.java
   corelibs/trunk/render.stateful/lib/cytoscape-render-immed.jar
Log:
minor reformatting in GraphGraphics

Modified: corelibs/trunk/ding/lib/cytoscape-render-immed.jar
===================================================================
(Binary files differ)

Modified: 
corelibs/trunk/render.immed/src/cytoscape/render/immed/GraphGraphics.java
===================================================================
--- corelibs/trunk/render.immed/src/cytoscape/render/immed/GraphGraphics.java   
2009-11-21 00:24:36 UTC (rev 18533)
+++ corelibs/trunk/render.immed/src/cytoscape/render/immed/GraphGraphics.java   
2009-11-21 00:06:21 UTC (rev 18534)
@@ -103,48 +103,16 @@
 public final class GraphGraphics {
 
        /**
-        * 
+        * Node shape constants
         */
        public static final byte SHAPE_RECTANGLE = 0;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_DIAMOND = 1;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_ELLIPSE = 2;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_HEXAGON = 3;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_OCTAGON = 4;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_PARALLELOGRAM = 5;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_ROUNDED_RECTANGLE = 6;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_TRIANGLE = 7;
-
-       /**
-        * 
-        */
        public static final byte SHAPE_VEE = 8;
        private static final byte s_last_shape = SHAPE_VEE;
 
@@ -154,48 +122,22 @@
        public static final int CUSTOM_SHAPE_MAX_VERTICES = 100;
 
        /**
-        * 
+        * Arrow shape constants
         */
        public static final byte ARROW_NONE = -1;
-
-       /**
-        * 
-        */
        public static final byte ARROW_DELTA = -2;
-
-       /**
-        * 
-        */
        public static final byte ARROW_DIAMOND = -3;
-
-       /**
-        * 
-        */
        public static final byte ARROW_DISC = -4;
-
-       /**
-        * 
-        */
        public static final byte ARROW_TEE = -5;
-
-       /**
-        * 
-        */
        public static final byte ARROW_HALF_TOP = -6;
-
-       /**
-        * 
-        */
        public static final byte ARROW_HALF_BOTTOM = -7;
+       public static final byte ARROW_ARROWHEAD = -8;
 
        /**
-        * 
+        * The list of arrow shape objects.
         */
-       public static final byte ARROW_ARROWHEAD = -8;
+       private static final List<Arrow> arrows;
 
-
-       public static final List<Arrow> arrows;
-
        /**
         * This value is currently 64.
         */

Modified: corelibs/trunk/render.stateful/lib/cytoscape-render-immed.jar
===================================================================
(Binary files differ)

--

You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=.


Reply via email to