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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.UUIDgetBpUUID()Returns the value of the 'Bp UUID' attribute.GraphicalSchemeGridDrawModegetDrawGridMode()Returns the value of the 'Draw Grid Mode' attribute.intgetGridHorizontalStep()Returns the value of the 'Grid Horizontal Step' attribute.intgetGridVerticalStep()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.UseOutputgetUseOutput()Returns the value of the 'Use Output' attribute.booleanisGridEnabled()Returns the value of the 'Grid Enabled' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBpUUID(UUID value)Sets the value of the 'Bp UUID' attribute.voidsetDrawGridMode(GraphicalSchemeGridDrawMode value)Sets the value of the 'Draw Grid Mode' attribute.voidsetGridEnabled(boolean value)Sets the value of the 'Grid Enabled' attribute.voidsetGridHorizontalStep(int value)Sets the value of the 'Grid Horizontal Step' attribute.voidsetGridVerticalStep(int value)Sets the value of the 'Grid Vertical Step' attribute.voidsetUseOutput(UseOutput value)Sets the value of the 'Use Output' attribute.
 
- 
- 
- 
Method Detail- 
getBackColorColor 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()
 
 - 
setBackColorvoid 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()
 
 - 
isGridEnabledboolean 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()
 
 - 
setGridEnabledvoid setGridEnabled(boolean value) Sets the value of the 'Grid Enabled' attribute.- Parameters:
- value- the new value of the 'Grid Enabled' attribute.
- See Also:
- isGridEnabled()
 
 - 
getDrawGridModeGraphicalSchemeGridDrawMode 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()
 
 - 
setDrawGridModevoid 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()
 
 - 
getGridHorizontalStepint 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()
 
 - 
setGridHorizontalStepvoid 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()
 
 - 
getGridVerticalStepint 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()
 
 - 
setGridVerticalStepvoid 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()
 
 - 
getPrintPropItemsorg.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()
 
 - 
getItemsorg.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()
 
 - 
getBpUUIDUUID 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()
 
 - 
setBpUUIDvoid setBpUUID(UUID value) Sets the value of the 'Bp UUID' attribute.- Parameters:
- value- the new value of the 'Bp UUID' attribute.
- See Also:
- getBpUUID()
 
 - 
getUseOutputUseOutput 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()
 
 - 
setUseOutputvoid 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()
 
 
- 
 
-