Interface PRDiaFrameNode
- All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELUUIDAble, MMFormatAble, PRDiaNode, PRPresContent, PRPresElement
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe title of this frame.The horizontal alignment of thisPRDiaFrameNode.getOwnedDiaNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All nodes owned by this frame node.The diagram owning this frame node.intThickness of the frame.booleanTrue, if the title of thisPRDiaFrameNodeis displayed inside of the frame, otherwise outside.Returns the position of the frame title.voidsetFrameTitle(String value) Set the value of Attribut FrameTitle.voidsetHorizontalAlignment(K_ALIGN value) Set the value of Attribut HorizontalAlignment.voidsetThickness(int value) Set the value of Attribut Thickness.voidsetTitleInside(boolean value) Set the value of Attribut TitleInside.voidSet the value of Info TitlePosition.Methods inherited from interface ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface MMFormatAble
copyFormatDlg, copyFormatRule, getCopyFormatDlgInit, getFormatMethods inherited from interface PRDiaNode
collapse, expand, getDiagram, getExpandedNodeRoot, getExpandedPresContext, getOnFramePositionSpecification, getOrientation, getPosition, getPositionAbsolute, getPresContainer, getSize, getTextPositionAbsolute, getXClientNode, hasEmbeddedContent, isExpanded, setCoord, setEmbeddedContent, setPosition, setSizeMethods inherited from interface PRPresContent
getIncoming, getMEModelElement, getModelContainer, getOutgoing, getOwnedPresContent, getOwningPresContent, getOwningPresContext, getOwningPresElement, getPresentationLevel, getTextHorizontalAlignment, getTextPosition, getTextSize, getTextVerticalAlignment, setPresentationLevel, setTextCoord, setTextHorizontalAlignment, setTextPosition, setTextSize, setTextVerticalAlignmentMethods inherited from interface PRPresElement
getDiagramTagValue, getOpacity, getOwnedPresContentElement, getPresColor, getPresentationOfLogic, setDiagramTagValue, setOpacity, setPresColor
-
Method Details
-
getThickness
Thickness of the frame.- Throws:
InoNetExceptionSrvErrorException
-
setThickness
Set the value of Attribut Thickness.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getFrameTitle
The title of this frame.- Throws:
InoNetExceptionSrvErrorException
-
setFrameTitle
Set the value of Attribut FrameTitle.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getHorizontalAlignment
The horizontal alignment of thisPRDiaFrameNode.- Throws:
InoNetExceptionSrvErrorException
-
setHorizontalAlignment
Set the value of Attribut HorizontalAlignment.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getTitleInside
True, if the title of thisPRDiaFrameNodeis displayed inside of the frame, otherwise outside.- Throws:
InoNetExceptionSrvErrorException
-
setTitleInside
Set the value of Attribut TitleInside.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getTitlePosition
Returns the position of the frame title.- Throws:
InoNetExceptionSrvErrorException
-
setTitlePosition
Set the value of Info TitlePosition.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedDiaNode
<T extends PRDiaNode> List<T> getOwnedDiaNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All nodes owned by this frame node.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getOwningDiagram
The diagram owning this frame node.- Throws:
InoNetExceptionSrvErrorException
-