Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalScheme
- All Superinterfaces:
AbstractFlowchart
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GraphicalSchemeImpl
A representation of the model object 'Graphical Scheme'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.Returns the value of the 'Bp UUID' attribute.Returns the value of the 'Draw Grid Mode' attribute.int
Returns the value of the 'Grid Horizontal Step' attribute.int
Returns the value of the 'Grid Vertical Step' attribute.org.eclipse.emf.common.util.EList<GraphicalSchemeItem>
getItems()
Returns the value of the 'Items' containment reference list.org.eclipse.emf.common.util.EList<PrintPropItem>
Returns the value of the 'Print Prop Items' containment reference list.Returns the value of the 'Use Output' attribute.boolean
Returns the value of the 'Grid Enabled' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
Sets the value of the 'Bp UUID
' attribute.void
Sets the value of the 'Draw Grid Mode
' attribute.void
setGridEnabled
(boolean value) Sets the value of the 'Grid Enabled
' attribute.void
setGridHorizontalStep
(int value) Sets the value of the 'Grid Horizontal Step
' attribute.void
setGridVerticalStep
(int value) Sets the value of the 'Grid Vertical Step
' attribute.void
setUseOutput
(UseOutput value) Sets the value of the 'Use Output
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
isGridEnabled
boolean isGridEnabled()Returns the value of the 'Grid Enabled' attribute. The default value is"true"
.- Returns:
- the value of the 'Grid Enabled' attribute.
- See Also:
-
setGridEnabled
void setGridEnabled(boolean value) Sets the value of the 'Grid Enabled
' attribute.- Parameters:
value
- the new value of the 'Grid Enabled' attribute.- See Also:
-
getDrawGridMode
GraphicalSchemeGridDrawMode getDrawGridMode()Returns the value of the 'Draw Grid Mode' attribute. The default value is"Lines"
. The literals are from the enumerationGraphicalSchemeGridDrawMode
.- Returns:
- the value of the 'Draw Grid Mode' attribute.
- See Also:
-
setDrawGridMode
Sets the value of the 'Draw Grid Mode
' attribute.- Parameters:
value
- the new value of the 'Draw Grid Mode' attribute.- See Also:
-
getGridHorizontalStep
int getGridHorizontalStep()Returns the value of the 'Grid Horizontal Step' attribute. The default value is"20"
.- Returns:
- the value of the 'Grid Horizontal Step' attribute.
- See Also:
-
setGridHorizontalStep
void setGridHorizontalStep(int value) Sets the value of the 'Grid Horizontal Step
' attribute.- Parameters:
value
- the new value of the 'Grid Horizontal Step' attribute.- See Also:
-
getGridVerticalStep
int getGridVerticalStep()Returns the value of the 'Grid Vertical Step' attribute. The default value is"20"
.- Returns:
- the value of the 'Grid Vertical Step' attribute.
- See Also:
-
setGridVerticalStep
void setGridVerticalStep(int value) Sets the value of the 'Grid Vertical Step
' attribute.- Parameters:
value
- the new value of the 'Grid Vertical Step' attribute.- See Also:
-
getPrintPropItems
org.eclipse.emf.common.util.EList<PrintPropItem> getPrintPropItems()Returns the value of the 'Print Prop Items' containment reference list. The list contents are of typePrintPropItem
.- Returns:
- the value of the 'Print Prop Items' containment reference list.
- See Also:
-
getItems
org.eclipse.emf.common.util.EList<GraphicalSchemeItem> getItems()Returns the value of the 'Items' containment reference list. The list contents are of typeGraphicalSchemeItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
-
getBpUUID
UUID getBpUUID()Returns the value of the 'Bp UUID' attribute. The default value is""
.- Returns:
- the value of the 'Bp UUID' attribute.
- See Also:
-
setBpUUID
Sets the value of the 'Bp UUID
' attribute.- Parameters:
value
- the new value of the 'Bp UUID' attribute.- See Also:
-
getUseOutput
UseOutput getUseOutput()Returns the value of the 'Use Output' attribute. The default value is"Auto"
. The literals are from the enumerationUseOutput
.- Returns:
- the value of the 'Use Output' attribute.
- See Also:
-
setUseOutput
Sets the value of the 'Use Output
' attribute.- Parameters:
value
- the new value of the 'Use Output' attribute.- See Also:
-