Interface GeographicalSchemaDrawingArea
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GeographicalSchemaComponent
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GeographicalSchemaDrawingAreaImpl
public interface GeographicalSchemaDrawingArea extends GeographicalSchemaComponent
A representation of the model object 'Drawing Area'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.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.-
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
-
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.getGeographicalSchemaDrawingArea_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.getGeographicalSchemaDrawingArea_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()
-
-