Interface GeographicalSchemaTitle
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GeographicalSchemaComponent
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GeographicalSchemaTitleImpl
public interface GeographicalSchemaTitle extends GeographicalSchemaComponent
A representation of the model object 'Title'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HorizontalAlign
getAlign()
Returns the value of the 'Align' attribute.Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Font
getFont()
Returns the value of the 'Font' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.Color
getTextColor()
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
setFont(Font value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
GeographicalSchemaPackage.getGeographicalSchemaTitle_Text()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
isShown
boolean isShown()
Returns the value of the 'Shown' attribute.- Returns:
- the value of the 'Shown' attribute.
- See Also:
setShown(boolean)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_Shown()
-
setShown
void setShown(boolean value)
Sets the value of the 'Shown
' attribute.- Parameters:
value
- the new value of the 'Shown' attribute.- See Also:
isShown()
-
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:
HorizontalAlign
,setAlign(HorizontalAlign)
,GeographicalSchemaPackage.getGeographicalSchemaTitle_Align()
-
setAlign
void setAlign(HorizontalAlign value)
Sets the value of the 'Align
' attribute.- Parameters:
value
- the new value of the 'Align' attribute.- See Also:
HorizontalAlign
,getAlign()
-
-