Class BusinessProcessLayouterOptionsGroup
java.lang.Object
com.nomagic.magicdraw.core.options.OptionsGroup
com.nomagic.magicdraw.core.options.AbstractPropertyOptionsGroup
com.nomagic.magicdraw.core.options.AbstractDiagramLayouterOptionsGroup
com.nomagic.magicdraw.core.options.HierarchicLayouterOptionsGroup
com.nomagic.magicdraw.core.options.ActivityLayouterOptionsGroup
com.nomagic.magicdraw.core.options.BusinessProcessLayouterOptionsGroup
- All Implemented Interfaces:
Cloneable
Business Process Diagram Layouter options group.
-
Field Summary
FieldsFields inherited from class com.nomagic.magicdraw.core.options.ActivityLayouterOptionsGroup
ACTIVITY_ORIENTATIONS, BOTTOM_TO_TOP, LEFT_TO_RIGHT, RIGHT_TO_LEFT, SPECIFIED_BY_DIAGRAM, TOP_TO_BOTTOMFields inherited from class com.nomagic.magicdraw.core.options.HierarchicLayouterOptionsGroup
EDGE_ROUTINGS, OBLIQUE, ORTHOGONALFields inherited from class com.nomagic.magicdraw.core.options.AbstractDiagramLayouterOptionsGroup
ALIGNMENT_BOTTOM, ALIGNMENT_CENTER, ALIGNMENT_TOP, LAYOUT_LABEL_CONSIDERATION, LAYOUT_LABEL_CONSIDERATION_FULL, LAYOUT_LABEL_CONSIDERATION_NONE, LAYOUT_LABEL_CONSIDERATION_PARTIAL, MAX_INT_VALUE, SHAPE_ALIGNMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.dassault_systemes.modeler.foundation.diagram.ylayout.LayoutParamsprotected com.nomagic.magicdraw.uml.symbols.layout.BusinessProcessLayoutParamsMethods inherited from class com.nomagic.magicdraw.core.options.ActivityLayouterOptionsGroup
getOrientation, setOrientationMethods inherited from class com.nomagic.magicdraw.core.options.HierarchicLayouterOptionsGroup
addProperty, getBackloopRouting, getConsiderLayoutTemplates, getCopy, getEdgeRouting, getLayoutLabelConsideration, getLayoutOnlyTopLevel, getMakeSubTrees, getMinimalFirstSegmentLength, getMinimalLayerDistance, getMinimalLinkDistance, getMinimalShapeDistance, getRemoveFalseCrossings, getSequencer, getShapeAlignmentWithinLayer, getUseGlobalSequencing, getUseTransposition, isLayoutOnlyTopLevel, setBackloopRouting, setConsiderLayoutTemplates, setEdgeRouting, setLayoutLabelConsideration, setLayoutOnlyTopLevel, setMakeSubTrees, setMinimalFirstSegmentLength, setMinimalLayerDistance, setMinimalLinkDistance, setMinimalShapeDistance, setRemoveFalseCrossings, setSequencer, setShapeAlignmentWithinLayer, setUseGlobalSequencing, setUseTransposition, toLayoutParamsMethods inherited from class com.nomagic.magicdraw.core.options.AbstractDiagramLayouterOptionsGroup
getMakePreferredLayoutSize, getOptimizeLabelOrientations, isMoveToFreeSpace, setDefaultValues, setMakePreferredLayoutSize, setMoveToFreeSpace, setOptimizeLabelOrientationsMethods inherited from class com.nomagic.magicdraw.core.options.AbstractPropertyOptionsGroup
addInvisibleProperty, addProperty, addProperty, getOptions, getProperty, getVisibleOptions, removeProperty, setOptions, setPropertiesInvisible, setPropertyInvisibleMethods inherited from class com.nomagic.magicdraw.core.options.OptionsGroup
getGroupIcon, getName
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
BusinessProcessLayouterOptionsGroup
public BusinessProcessLayouterOptionsGroup()
-
-
Method Details
-
initDefaultOptionsValues
protected com.nomagic.magicdraw.uml.symbols.layout.BusinessProcessLayoutParams initDefaultOptionsValues()- Overrides:
initDefaultOptionsValuesin classActivityLayouterOptionsGroup
-
createParams
public com.dassault_systemes.modeler.foundation.diagram.ylayout.LayoutParams createParams()- Overrides:
createParamsin classActivityLayouterOptionsGroup- Returns:
- new default params object
-