Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java31
1 files changed, 13 insertions, 18 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java
index cdc94bb8ef9..f2c2876c13c 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Ellipse.java
@@ -17,19 +17,19 @@ import org.eclipse.papyrus.dd.dc.Point;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Ellipse</b></em>'. <!-- end-user-doc -->
- *
- * <!-- begin-model-doc --> Ellipse is a graphical element that defines an
- * elliptical shape with a given center point and two radii on the x and y axes.
+ *
+ * <!-- begin-model-doc -->
+ * Ellipse is a graphical element that defines an elliptical shape with a given center point and two radii on the x and y axes.
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.dd.dg.Ellipse#getCenter <em>Center</em>}</li>
- * <li>{@link org.eclipse.papyrus.dd.dg.Ellipse#getRadii <em>Radii</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.Ellipse#getCenter <em>Center</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.Ellipse#getRadii <em>Radii</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.dd.dg.DGPackage#getEllipse()
* @model
* @generated
@@ -50,12 +50,9 @@ public interface Ellipse extends GraphicalElement {
Point getCenter();
/**
- * Sets the value of the '
- * {@link org.eclipse.papyrus.dd.dg.Ellipse#getCenter <em>Center</em>}'
- * containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Center</em>' containment reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Ellipse#getCenter <em>Center</em>}' containment reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>Center</em>' containment reference.
* @see #getCenter()
* @generated
*/
@@ -76,12 +73,10 @@ public interface Ellipse extends GraphicalElement {
Dimension getRadii();
/**
- * Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Ellipse#getRadii
- * <em>Radii</em>}' containment reference. <!-- begin-user-doc --> <!--
+ * Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Ellipse#getRadii <em>Radii</em>}' containment reference.
+ * <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Radii</em>' containment reference.
+ * @param value the new value of the '<em>Radii</em>' containment reference.
* @see #getRadii()
* @generated
*/

Back to the top