com.vp.plugin.diagram.shape
Interface IChoiceUIModel

All Superinterfaces:
IDiagramElement, IElement, IShapeUIModel

public interface IChoiceUIModel
extends IElement, IShapeUIModel


Field Summary
static int DO_DIAMOND
           
static int DO_OVAL
           
static java.lang.String PROPERTY_DISPLAY_OPTION
           
 
Fields inherited from interface com.vp.plugin.diagram.IShapeUIModel
CONNECTION_POINT_TYPE_CENTER, CONNECTION_POINT_TYPE_ROUNDTHESHAPE, PROPERTY_AUTO_FITSIZE, PROPERTY_CONNECTION_POINT_TYPE, PROPERTY_DISPLAY_STEREOTYPE_ICON, PROPERTY_FILLCOLOR
 
Fields inherited from interface com.vp.plugin.diagram.IDiagramElement
PROPERTY_BACKGROUND, PROPERTY_CAPTION_UI_MODEL, PROPERTY_ELEMENT_FONT, PROPERTY_FOREGROUND, PROPERTY_LINE
 
Method Summary
 int getDisplayOption()
           
 void setDisplayOption(int displayOption)
           
 void setModelPropertyAsInt(java.lang.String name, int i)
           
 
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, setModelPropertyAsBoolean, 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
 

Field Detail

PROPERTY_DISPLAY_OPTION

public static final java.lang.String PROPERTY_DISPLAY_OPTION
See Also:
Constant Field Values

DO_DIAMOND

public static final int DO_DIAMOND
See Also:
Constant Field Values

DO_OVAL

public static final int DO_OVAL
See Also:
Constant Field Values
Method Detail

setModelPropertyAsInt

public void setModelPropertyAsInt(java.lang.String name,
                                  int i)
Specified by:
setModelPropertyAsInt in interface IShapeUIModel

getDisplayOption

public int getDisplayOption()

setDisplayOption

public void setDisplayOption(int displayOption)