Class CommentLayerContext


  • public class CommentLayerContext
    extends java.lang.Object
    • Constructor Detail

      • CommentLayerContext

        public CommentLayerContext()
    • Method Detail

      • setCommentLayerComponentController

        public void setCommentLayerComponentController​(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)
        Parameters:
        commentLayerComponentController - the commentLayerComponentController to set
      • getSelectedCommentIconModel

        public CommentIconModel getSelectedCommentIconModel()
        Returns:
        the selectedCommentIcon
      • setSelectedCommentModel

        public void setSelectedCommentModel​(CommentIconModel selectedCommentIconModel)
      • getCommentLayerComponents

        public java.util.Collection<? extends CommentLayerComponent> getCommentLayerComponents()
        Returns:
        the commentLayerComponents
      • setCommentLayerComponents

        public void setCommentLayerComponents​(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents)
        Parameters:
        commentLayerComponents - the commentLayerComponents to set
      • getCommentIcons

        public java.util.List<CommentIcon> getCommentIcons()