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 ColorgetBackColor()Returns the value of the 'Back Color' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-