Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeFigure
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,GraphicalSchemeItem,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
GraphicalSchemeActivity,GraphicalSchemeCondition,GraphicalSchemeDecoration,GraphicalSchemeSubProcess,GraphicalSchemeSwitch
- All Known Implementing Classes:
GraphicalSchemeActivityImpl,GraphicalSchemeConditionImpl,GraphicalSchemeDecorationImpl,GraphicalSchemeFigureImpl,GraphicalSchemeSubProcessImpl,GraphicalSchemeSwitchImpl
A representation of the model object 'Graphical Scheme Figure'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Bounds' containment reference.Returns the value of the 'Picture' containment reference.Returns the value of the 'Picture Size' attribute.voidSets the value of the 'Bounds' containment reference.voidsetPicture(Picture value) Sets the value of the 'Picture' containment reference.voidSets the value of the 'Picture Size' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItem
getBackColor, getCurrentLanguage, getEventHandlers, getFont, getGroupNumber, getHorizontalAlign, getId, getItemType, getLine, getLineColor, getName, getPassageState, getPictureLocation, getPointUUID, getTableCode, getTabOrder, getTextColor, getTitle, getToolTip, getVerticalAlign, getZOrder, isHyperlink, isTransparent, setBackColor, setCurrentLanguage, setFont, setGroupNumber, setHorizontalAlign, setHyperlink, setId, setItemType, setLine, setLineColor, setName, setPassageState, setPictureLocation, setPointUUID, setTableCode, setTabOrder, setTextColor, setTransparent, setVerticalAlign, setZOrderMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBounds
Bounds getBounds()Returns the value of the 'Bounds' containment reference.- Returns:
- the value of the 'Bounds' containment reference.
- See Also:
-
setBounds
Sets the value of the 'Bounds' containment reference.- Parameters:
value- the new value of the 'Bounds' containment reference.- See Also:
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
-
getPictureSize
GraphicalSchemePictureStyle getPictureSize()Returns the value of the 'Picture Size' attribute. The default value is"AutoSize". The literals are from the enumerationGraphicalSchemePictureStyle.- Returns:
- the value of the 'Picture Size' attribute.
- See Also:
-
setPictureSize
Sets the value of the 'Picture Size' attribute.- Parameters:
value- the new value of the 'Picture Size' attribute.- See Also:
-