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
public interface GraphicalScheme extends AbstractFlowchart
A representation of the model object 'Graphical Scheme'.The following features are supported:
- See Also:
ModelPackage.getGraphicalScheme()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.UUID
getBpUUID()
Returns the value of the 'Bp UUID' attribute.GraphicalSchemeGridDrawMode
getDrawGridMode()
Returns the value of the 'Draw Grid Mode' attribute.int
getGridHorizontalStep()
Returns the value of the 'Grid Horizontal Step' attribute.int
getGridVerticalStep()
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>
getPrintPropItems()
Returns the value of the 'Print Prop Items' containment reference list.UseOutput
getUseOutput()
Returns the value of the 'Use Output' attribute.boolean
isGridEnabled()
Returns the value of the 'Grid Enabled' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setBpUUID(UUID value)
Sets the value of the 'Bp UUID
' attribute.void
setDrawGridMode(GraphicalSchemeGridDrawMode value)
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.
-
-
-
Method Detail
-
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)
,ModelPackage.getGraphicalScheme_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()
-
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(boolean)
,ModelPackage.getGraphicalScheme_GridEnabled()
-
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:
isGridEnabled()
-
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:
GraphicalSchemeGridDrawMode
,setDrawGridMode(GraphicalSchemeGridDrawMode)
,ModelPackage.getGraphicalScheme_DrawGridMode()
-
setDrawGridMode
void setDrawGridMode(GraphicalSchemeGridDrawMode value)
Sets the value of the 'Draw Grid Mode
' attribute.- Parameters:
value
- the new value of the 'Draw Grid Mode' attribute.- See Also:
GraphicalSchemeGridDrawMode
,getDrawGridMode()
-
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(int)
,ModelPackage.getGraphicalScheme_GridHorizontalStep()
-
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:
getGridHorizontalStep()
-
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(int)
,ModelPackage.getGraphicalScheme_GridVerticalStep()
-
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:
getGridVerticalStep()
-
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:
ModelPackage.getGraphicalScheme_PrintPropItems()
-
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:
ModelPackage.getGraphicalScheme_Items()
-
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(UUID)
,ModelPackage.getGraphicalScheme_BpUUID()
-
setBpUUID
void setBpUUID(UUID value)
Sets the value of the 'Bp UUID
' attribute.- Parameters:
value
- the new value of the 'Bp UUID' attribute.- See Also:
getBpUUID()
-
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:
UseOutput
,setUseOutput(UseOutput)
,ModelPackage.getGraphicalScheme_UseOutput()
-
setUseOutput
void setUseOutput(UseOutput value)
Sets the value of the 'Use Output
' attribute.- Parameters:
value
- the new value of the 'Use Output' attribute.- See Also:
UseOutput
,getUseOutput()
-
-