com.vp.plugin.diagram.shape
Interface IBaseState2UIModel
- All Superinterfaces:
- IDiagramElement, IElement, IShapeUIModel
- All Known Subinterfaces:
- IState2UIModel, ISubmachineState2UIModel
- public interface IBaseState2UIModel
- extends IElement, IShapeUIModel
| Methods inherited from interface com.vp.plugin.diagram.IShapeUIModel |
getConnectionPointType, getFillColor, getFromColor, getHeight, getParent, getParentConnectorHeaderLength, getParentConnectorLineLength, getToColor, getWidth, getX, getY, getZOrder, isAutoFitsize, isConnectToPoint, isDisplayStereotypeIcon, isOpaque, isRequestDefaultSize, isSupportDisplayStereotypeIcon, isTransparent, setAutoFitsize, setBounds, setConnectionPointType, setConnectToPoint, setDisplayStereotypeIcon, setLocation, setModelPropertyAsInt, setParentConnectorHeaderLength, setParentConnectorLineLength, setRequestDefaultSize, setSize, setZOrder |
| Methods inherited from interface com.vp.plugin.diagram.IDiagramElement |
addChild, addDiagramElementListener, childIterator, childrenCount, delete, fromConnectorsCount, getBackground, getCaptionUIModel, getChildAt, getDiagramUIModel, getElementFont, getForeground, getFromConnectorAt, getId, getLineModel, getLogicalViewElementParents, getLogicalViewType, getModelElement, getModelViewId, getShapeType, getToConnectorAt, indexOfChild, indexOfFromConnector, indexOfToConnector, isMaster, modified, removeChild, removeChildAt, removeDiagramElementListener, setForeground, setModelPropertyAsColor, setModelPropertyAsString, toChildrenArray, toConnectorsCount, toFromConnectorArray, toToConnectorArray |
PROPERTY_SHOW_INTERNAL_ACTIVITIES
public static final java.lang.String PROPERTY_SHOW_INTERNAL_ACTIVITIES
- See Also:
- Constant Field Values
PROPERTY_SHOW_INTERNAL_TRANSITIONS
public static final java.lang.String PROPERTY_SHOW_INTERNAL_TRANSITIONS
- See Also:
- Constant Field Values
setModelPropertyAsBoolean
public void setModelPropertyAsBoolean(java.lang.String name,
boolean b)
- Specified by:
setModelPropertyAsBoolean in interface IShapeUIModel
isShowInternalActivities
public boolean isShowInternalActivities()
setShowInternalActivities
public void setShowInternalActivities(boolean showInternalActivities)
isShowInternalTransitions
public boolean isShowInternalTransitions()
setShowInternalTransitions
public void setShowInternalTransitions(boolean showInternalTransitions)