Class ShapeElement
java.lang.Object
com.nomagic.magicdraw.uml.core.impl.MDElementImpl
com.nomagic.magicdraw.uml.symbols.PresentationElement
com.nomagic.magicdraw.uml.symbols.paths.PathConnector
com.nomagic.magicdraw.uml.symbols.shapes.ShapeElement
- All Implemented Interfaces:
com.dassault_systemes.modeler.foundation.diagram.centerlines.CenterlineableShape,com.dassault_systemes.modeler.foundation.diagram.symbols.shapes.SuspendShapeAutoResizeModeProvider,com.dassault_systemes.modeler.foundation.project.ModelElementProjectProvider,BaseElement,MDElement,ModelElementProvider,NameOwner,PropertyChangeListener,Cloneable,Comparable,EventListener
- Direct Known Subclasses:
com.nomagic.magicdraw.uml.symbols.shapes.ContainerShapeView,NNaryAssociationView
@OpenApi
public abstract class ShapeElement
extends PathConnector
implements com.dassault_systemes.modeler.foundation.diagram.centerlines.CenterlineableShape, com.dassault_systemes.modeler.foundation.diagram.symbols.shapes.SuspendShapeAutoResizeModeProvider
Base class for all kinds of "shape" like symbols.
-
Field Summary
Fields inherited from class com.nomagic.magicdraw.uml.symbols.PresentationElement
DASHED_STROKE, DOTTED_STROKE, SOLID_STROKE -
Method Summary
Methods inherited from class com.nomagic.magicdraw.uml.symbols.paths.PathConnector
getConnectedPathElementCount, getConnectedPathElements, getConnectedPathElements, getConnectedPathElementsMethods inherited from class com.nomagic.magicdraw.uml.symbols.PresentationElement
collectSubManipulatedElements, editName, editName, getBoundsShape, getElement, getManipulatedParent, getManipulatedPresentationElements, getObjectParent, getParent, getPresentationElements, getPresentationElementStroke, getPresentationElementStroke, getSelected, getStroke, getStroke, getStroke, getStroke, getStroke, getStroke, hasManipulatedPresentationElements, isSelected, onFind, onFind, setAllSelected, setSelected, setSelected, useParentStyleMethods inherited from class com.nomagic.magicdraw.uml.core.impl.MDElementImpl
addPropertyChangeListener, canAdd, canAddChild, canBeDeleted, canDeleteChild, compareTo, createSortKeys, getClassType, getID, getName, getResourceID, getSortKeys, hasListeners, isEditable, removeAllParents, removeAllPropertyChangeListeners, removePropertyChangeListener, setID, sGetIDMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.nomagic.magicdraw.uml.BaseElement
canAdd, isSelfChangeableMethods inherited from interface com.dassault_systemes.modeler.foundation.diagram.centerlines.CenterlineableShape
asPresentationElement, getAbstractDiagramPresentationElement, getCenterlinePoint, getCenterlinePointX, getCenterlinePointY
-
Method Details
-
accept
- Overrides:
acceptin classPathConnector- Throws:
Exception
-