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/LinearGradient.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/LinearGradient.java34
1 files changed, 14 insertions, 20 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/LinearGradient.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/LinearGradient.java
index 79efbe04ff4..05c6bb31153 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/LinearGradient.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/LinearGradient.java
@@ -19,19 +19,19 @@ import org.eclipse.papyrus.dd.dc.Point;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Linear Gradient</b></em>'. <!-- end-user-doc -->
- *
- * <!-- begin-model-doc --> LinearGradient is a kind of gradient that fills a
- * graphical element by smoothly changing color values along a vector. <!--
- * end-model-doc -->
- *
+ *
+ * <!-- begin-model-doc -->
+ * LinearGradient is a kind of gradient that fills a graphical element by smoothly changing color values along a vector.
+ * <!-- end-model-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.dd.dg.LinearGradient#getStart <em>Start</em>}</li>
- * <li>{@link org.eclipse.papyrus.dd.dg.LinearGradient#getEnd <em>End</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.LinearGradient#getStart <em>Start</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.LinearGradient#getEnd <em>End</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.dd.dg.DGPackage#getLinearGradient()
* @model
* @generated
@@ -52,12 +52,9 @@ public interface LinearGradient extends Gradient {
Point getStart();
/**
- * Sets the value of the '
- * {@link org.eclipse.papyrus.dd.dg.LinearGradient#getStart <em>Start</em>}'
- * containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Start</em>' containment reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.dd.dg.LinearGradient#getStart <em>Start</em>}' containment reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>Start</em>' containment reference.
* @see #getStart()
* @generated
*/
@@ -78,12 +75,9 @@ public interface LinearGradient extends Gradient {
Point getEnd();
/**
- * Sets the value of the '
- * {@link org.eclipse.papyrus.dd.dg.LinearGradient#getEnd <em>End</em>}'
- * containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>End</em>' containment reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.dd.dg.LinearGradient#getEnd <em>End</em>}' containment reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>End</em>' containment reference.
* @see #getEnd()
* @generated
*/

Back to the top