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
public interface GraphicalSchemeFigure extends GraphicalSchemeItem
A representation of the model object 'Graphical Scheme Figure'.The following features are supported:
- See Also:
ModelPackage.getGraphicalSchemeFigure()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundsgetBounds()Returns the value of the 'Bounds' containment reference.PicturegetPicture()Returns the value of the 'Picture' containment reference.GraphicalSchemePictureStylegetPictureSize()Returns the value of the 'Picture Size' attribute.voidsetBounds(Bounds value)Sets the value of the 'Bounds' containment reference.voidsetPicture(Picture value)Sets the value of the 'Picture' containment reference.voidsetPictureSize(GraphicalSchemePictureStyle value)Sets 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, eUnset
-
Methods 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, setZOrder
-
-
-
-
Method Detail
-
getBounds
Bounds getBounds()
Returns the value of the 'Bounds' containment reference.- Returns:
- the value of the 'Bounds' containment reference.
- See Also:
setBounds(Bounds),ModelPackage.getGraphicalSchemeFigure_Bounds()
-
setBounds
void setBounds(Bounds value)
Sets the value of the 'Bounds' containment reference.- Parameters:
value- the new value of the 'Bounds' containment reference.- See Also:
getBounds()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture),ModelPackage.getGraphicalSchemeFigure_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
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:
GraphicalSchemePictureStyle,setPictureSize(GraphicalSchemePictureStyle),ModelPackage.getGraphicalSchemeFigure_PictureSize()
-
setPictureSize
void setPictureSize(GraphicalSchemePictureStyle value)
Sets the value of the 'Picture Size' attribute.- Parameters:
value- the new value of the 'Picture Size' attribute.- See Also:
GraphicalSchemePictureStyle,getPictureSize()
-
-