Interface GeographicalSchemaTitle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GeographicalSchemaComponent
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GeographicalSchemaTitleImpl
A representation of the model object 'Title'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
Returns the value of the 'Align' attribute.Returns the value of the 'Back Color' containment reference.Returns the value of the 'Border Color' containment reference.getFont()
Returns the value of the 'Font' containment reference.getText()
Returns the value of the 'Text' map.Returns the value of the 'Text Color' containment reference.boolean
isShown()
Returns the value of the 'Shown' attribute.void
setAlign
(HorizontalAlign value) Sets the value of the 'Align
' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setBorderColor
(Color value) Sets the value of the 'Border Color
' containment reference.void
Sets the value of the 'Font
' containment reference.void
setShown
(boolean value) Sets the value of the 'Shown
' attribute.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaComponent
getBorder, getBottomCoordinatePercentage, getLeftCoordinatePercentage, getRightCoordinatePercentage, getTopCoordinatePercentage, isTransparent, setBorder, setBottomCoordinatePercentage, setLeftCoordinatePercentage, setRightCoordinatePercentage, setTopCoordinatePercentage, setTransparent
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFont
Font getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
-
setFont
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
-
getText
- Returns:
- the value of the 'Text' map.
- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-
getBorderColor
Color getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
isShown
boolean isShown()Returns the value of the 'Shown' attribute.- Returns:
- the value of the 'Shown' attribute.
- See Also:
-
setShown
void setShown(boolean value) Sets the value of the 'Shown
' attribute.- Parameters:
value
- the new value of the 'Shown' attribute.- See Also:
-
getAlign
HorizontalAlign getAlign()Returns the value of the 'Align' attribute. The literals are from the enumerationHorizontalAlign
.- Returns:
- the value of the 'Align' attribute.
- See Also:
-
setAlign
Sets the value of the 'Align
' attribute.- Parameters:
value
- the new value of the 'Align' attribute.- See Also:
-