Skip to content

Package: VTFontPropertiesStyleProperty

VTFontPropertiesStyleProperty

Coverage

1: /**
2: * Copyright (c) 2011-2014 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.template.style.fontProperties.model;
15:
16: import org.eclipse.emf.ecp.view.template.model.VTStyleProperty;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * A representation of the model object '<em><b>Style Property</b></em>'.
21: * <!-- end-user-doc -->
22: *
23: * <p>
24: * The following features are supported:
25: * <ul>
26: * <li>{@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isItalic <em>
27: * Italic</em>}</li>
28: * <li>{@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isBold <em>Bold
29: * </em>}</li>
30: * <li>{@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getColorHEX
31: * <em>Color HEX</em>}</li>
32: * <li>{@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getHeight <em>
33: * Height</em>}</li>
34: * <li>{@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getFontName
35: * <em>Font Name</em>}</li>
36: * </ul>
37: * </p>
38: *
39: * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty()
40: * @model
41: * @generated
42: */
43: public interface VTFontPropertiesStyleProperty extends VTStyleProperty {
44:         /**
45:          * Returns the value of the '<em><b>Italic</b></em>' attribute.
46:          * <!-- begin-user-doc -->
47:          * <p>
48:          * If the meaning of the '<em>Italic</em>' attribute isn't clear, there really should be more of a description
49:          * here...
50:          * </p>
51:          * <!-- end-user-doc -->
52:          *
53:          * @return the value of the '<em>Italic</em>' attribute.
54:          * @see #setItalic(boolean)
55:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty_Italic()
56:          * @model
57:          * @generated
58:          */
59:         boolean isItalic();
60:
61:         /**
62:          * Sets the value of the '
63:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isItalic
64:          * <em>Italic</em>}' attribute.
65:          * <!-- begin-user-doc -->
66:          * <!-- end-user-doc -->
67:          *
68:          * @param value the new value of the '<em>Italic</em>' attribute.
69:          * @see #isItalic()
70:          * @generated
71:          */
72:         void setItalic(boolean value);
73:
74:         /**
75:          * Returns the value of the '<em><b>Bold</b></em>' attribute.
76:          * <!-- begin-user-doc -->
77:          * <p>
78:          * If the meaning of the '<em>Bold</em>' attribute isn't clear, there really should be more of a description here...
79:          * </p>
80:          * <!-- end-user-doc -->
81:          *
82:          * @return the value of the '<em>Bold</em>' attribute.
83:          * @see #setBold(boolean)
84:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty_Bold()
85:          * @model
86:          * @generated
87:          */
88:         boolean isBold();
89:
90:         /**
91:          * Sets the value of the '
92:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isBold
93:          * <em>Bold</em>}' attribute.
94:          * <!-- begin-user-doc -->
95:          * <!-- end-user-doc -->
96:          *
97:          * @param value the new value of the '<em>Bold</em>' attribute.
98:          * @see #isBold()
99:          * @generated
100:          */
101:         void setBold(boolean value);
102:
103:         /**
104:          * Returns the value of the '<em><b>Color HEX</b></em>' attribute.
105:          * <!-- begin-user-doc -->
106:          * <p>
107:          * If the meaning of the '<em>Color HEX</em>' attribute isn't clear, there really should be more of a description
108:          * here...
109:          * </p>
110:          * <!-- end-user-doc -->
111:          *
112:          * @return the value of the '<em>Color HEX</em>' attribute.
113:          * @see #setColorHEX(String)
114:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty_ColorHEX()
115:          * @model
116:          * @generated
117:          */
118:         String getColorHEX();
119:
120:         /**
121:          * Sets the value of the '
122:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getColorHEX
123:          * <em>Color HEX</em>}' attribute.
124:          * <!-- begin-user-doc -->
125:          * <!-- end-user-doc -->
126:          *
127:          * @param value the new value of the '<em>Color HEX</em>' attribute.
128:          * @see #getColorHEX()
129:          * @generated
130:          */
131:         void setColorHEX(String value);
132:
133:         /**
134:          * Returns the value of the '<em><b>Height</b></em>' attribute.
135:          * <!-- begin-user-doc -->
136:          * <p>
137:          * If the meaning of the '<em>Height</em>' attribute isn't clear, there really should be more of a description
138:          * here...
139:          * </p>
140:          * <!-- end-user-doc -->
141:          *
142:          * @return the value of the '<em>Height</em>' attribute.
143:          * @see #setHeight(int)
144:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty_Height()
145:          * @model
146:          * @generated
147:          */
148:         int getHeight();
149:
150:         /**
151:          * Sets the value of the '
152:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getHeight
153:          * <em>Height</em>}' attribute.
154:          * <!-- begin-user-doc -->
155:          * <!-- end-user-doc -->
156:          *
157:          * @param value the new value of the '<em>Height</em>' attribute.
158:          * @see #getHeight()
159:          * @generated
160:          */
161:         void setHeight(int value);
162:
163:         /**
164:          * Returns the value of the '<em><b>Font Name</b></em>' attribute.
165:          * <!-- begin-user-doc -->
166:          * <p>
167:          * If the meaning of the '<em>Font Name</em>' attribute isn't clear, there really should be more of a description
168:          * here...
169:          * </p>
170:          * <!-- end-user-doc -->
171:          *
172:          * @return the value of the '<em>Font Name</em>' attribute.
173:          * @see #setFontName(String)
174:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesPackage#getFontPropertiesStyleProperty_FontName()
175:          * @model
176:          * @generated
177:          */
178:         String getFontName();
179:
180:         /**
181:          * Sets the value of the '
182:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getFontName
183:          * <em>Font Name</em>}' attribute.
184:          * <!-- begin-user-doc -->
185:          * <!-- end-user-doc -->
186:          *
187:          * @param value the new value of the '<em>Font Name</em>' attribute.
188:          * @see #getFontName()
189:          * @generated
190:          */
191:         void setFontName(String value);
192:
193: } // VTFontPropertiesStyleProperty