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/Text.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Text.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Text.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Text.java
index ab23ca15edd..3e3239dfb47 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Text.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Text.java
@@ -1,11 +1,11 @@
/**
* Copyright (c) 2014 CEA LIST.
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* CEA LIST - Initial API and implementation
*/
@@ -17,11 +17,11 @@ import org.eclipse.papyrus.dd.dc.Point;
/**
* <!-- begin-user-doc --> A representation of the model object ' <em><b>Text</b></em>'. <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
* Text is a graphical element that defines a shape that renders a character string at a given position.
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
@@ -30,7 +30,7 @@ import org.eclipse.papyrus.dd.dc.Point;
* <li>{@link org.eclipse.papyrus.dd.dg.Text#getAnchor <em>Anchor</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.dd.dg.DGPackage#getText()
* @model
* @generated
@@ -41,7 +41,7 @@ public interface Text extends GraphicalElement {
* Returns the value of the '<em><b>Data</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> the
* text as a string of characters. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Data</em>' attribute.
* @see #setData(String)
* @see org.eclipse.papyrus.dd.dg.DGPackage#getText_Data()
@@ -54,9 +54,9 @@ public interface Text extends GraphicalElement {
/**
* Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Text#getData <em>Data</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Data</em>' attribute.
+ * the new value of the '<em>Data</em>' attribute.
* @see #getData()
* @generated
*/
@@ -67,7 +67,7 @@ public interface Text extends GraphicalElement {
* reference. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
* begin-model-doc --> the bounds inside which the text is rendered
* (possibly wrapped into multiple lines) <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Position</em>' containment reference.
* @see #setPosition(Point)
* @see org.eclipse.papyrus.dd.dg.DGPackage#getText_Position()
@@ -80,9 +80,9 @@ public interface Text extends GraphicalElement {
* Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Text#getPosition <em>Position</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Position</em>' containment reference.
+ * the new value of the '<em>Position</em>' containment reference.
* @see #getPosition()
* @generated
*/
@@ -96,7 +96,7 @@ public interface Text extends GraphicalElement {
* If the meaning of the '<em>Anchor</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Anchor</em>' attribute.
* @see org.eclipse.papyrus.dd.dg.TextAnchor
* @see #setAnchor(TextAnchor)
@@ -110,9 +110,9 @@ public interface Text extends GraphicalElement {
* Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Text#getAnchor <em>Anchor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Anchor</em>' attribute.
+ * the new value of the '<em>Anchor</em>' attribute.
* @see org.eclipse.papyrus.dd.dg.TextAnchor
* @see #getAnchor()
* @generated
@@ -121,12 +121,12 @@ public interface Text extends GraphicalElement {
/**
* <!-- begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc -->
- *
+ *
* @param diagnostics
- * The chain of diagnostics to which problems are to be appended.
+ * The chain of diagnostics to which problems are to be appended.
* @param context
- * The cache of context-specific information. <!-- end-model-doc
- * -->
+ * The cache of context-specific information. <!-- end-model-doc
+ * -->
* @model annotation=
* "http://www.eclipse.org/emf/2002/Ecore/OCL body='data->notEmpty() implies data.size() > 0'"
* @generated

Back to the top