Package lu.kbra.modelizer_next.ui.canvas
Interface VisibilityManager
- All Superinterfaces:
DiagramCanvasExt
- All Known Implementing Classes:
DiagramCanvas
Contains visibility checks for classes, comments, fields, and links.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisCommentVisible(CommentModel commentModel) Checks whether comment visible is enabled or applies.Methods inherited from interface lu.kbra.modelizer_next.ui.canvas.DiagramCanvasExt
getCanvas, getDocument, getFrame, getPanelType
-
Method Details
-
isCommentVisible
Checks whether comment visible is enabled or applies.- Parameters:
commentModel- comment model affected by the operation- Returns:
trueif comment visible is enabled or applies; otherwisefalse
-