Class NonSymbolDiagramUtil
- java.lang.Object
 - 
- com.nomagic.magicdraw.uml.diagrams.NonSymbolDiagramUtil
 
 
- 
@OpenApiAll public class NonSymbolDiagramUtil extends java.lang.ObjectNon symbol diagram utility. 
- 
- 
Constructor Summary
Constructors Constructor Description NonSymbolDiagramUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.ComponentgetDiagramContentComponent(DiagramPresentationElement diagramPresentationElement)Retrieve non symbol diagram content component of given diagram. 
 - 
 
- 
- 
Method Detail
- 
getDiagramContentComponent
@CheckForNull public static java.awt.Component getDiagramContentComponent(DiagramPresentationElement diagramPresentationElement)
Retrieve non symbol diagram content component of given diagram.- Parameters:
 diagramPresentationElement- diagram presentation element.- Returns:
 - content component.
 
 
 - 
 
 -