summaryrefslogtreecommitdiffstats
path: root/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java
diff options
context:
space:
mode:
authornirmal070125 <nirmal070125@13f79535-47bb-0310-9956-ffa450edef68>2011-06-13 07:37:39 +0000
committernirmal070125 <nirmal070125@13f79535-47bb-0310-9956-ffa450edef68>2011-06-13 07:37:39 +0000
commitb8d829dd982e8c4fa170f8bb8b095e8a1be8115e (patch)
tree98417bfacd7e8acf00c417a6c2efcf36a7916de9 /collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java
parent4793edeb2e0b18059c965759c78f06c6b77faf67 (diff)
Another version of layout algorithm and diagram creation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java')
-rw-r--r--collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java
index 0d236ccfaa..ea6b0b9eeb 100644
--- a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java
+++ b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/artifacts/Property.java
@@ -27,19 +27,6 @@ public class Property extends Artifact{
public static final int MAXIMUM_HEIGHT = 20 ; //default value
public static final int SPACING = 20 ; //default value
-// public static Element addPropertyElement(Document document,
-// String svgNs, int x, int y) {
-// Element rectangle = document.createElementNS(svgNs, "rect");
-// rectangle.setAttributeNS(null, "x", x+"");
-// rectangle.setAttributeNS(null, "y", y+"");
-// rectangle.setAttributeNS(null, "width", WIDTH);
-// rectangle.setAttributeNS(null, "height", WIDTH);
-// rectangle.setAttributeNS(null, "fill", "#EEEE00");
-// rectangle.setAttributeNS(null, "stroke", "#EEC900");
-// //rectangle.setAttributeNS(null, "fill-opacity", "0.75");
-//
-// return rectangle;
-// }
/**
* Property is a square.