Class AnnotatingGraphMousePlugin<V,​E>

    • Field Detail

      • additionalModifiers

        protected int additionalModifiers
        additional modifiers for the action of adding to an existing selection
      • rectangularShape

        protected RectangularShape rectangularShape
        used to draw a Shape annotation
      • annotationManager

        protected AnnotationManager annotationManager
        a Paintable to store all Annotations
      • annotationColor

        protected Color annotationColor
        color for annotations
      • fill

        protected boolean fill
      • added

        protected boolean added
        set to true when the AnnotationPaintable has been added to the view component
      • modifiers

        protected int modifiers
    • Constructor Detail

      • AnnotatingGraphMousePlugin

        public AnnotatingGraphMousePlugin​(RenderContext<V,​E> rc)
        Create an instance with defaults for primary (button 1) and secondary (button 1 + shift) selection.
        Parameters:
        rc - the RenderContext for which this plugin will be used
      • AnnotatingGraphMousePlugin

        public AnnotatingGraphMousePlugin​(RenderContext<V,​E> rc,
                                          int selectionModifiers,
                                          int additionalModifiers)
        Create an instance with the specified primary and secondary selection mechanisms.
        Parameters:
        rc - the RenderContext for which this plugin will be used
        selectionModifiers - for primary selection
        additionalModifiers - for additional selection
    • Method Detail

      • getAnnotationColor

        public Color getAnnotationColor()
        Returns:
        Returns the lensColor.
      • setAnnotationColor

        public void setAnnotationColor​(Color lensColor)
        Parameters:
        lensColor - The lensColor to set.
      • mousePressed

        public void mousePressed​(MouseEvent e)
        Sets the location for an Annotation. Will either pop up a dialog to prompt for text input for a text annotation, or begin the process of drawing a Shape annotation
        Specified by:
        mousePressed in interface MouseListener
        Parameters:
        e - the event
      • mouseReleased

        public void mouseReleased​(MouseEvent e)
        Completes the process of adding a Shape annotation and removed the transient paintable
        Specified by:
        mouseReleased in interface MouseListener
      • mouseDragged

        public void mouseDragged​(MouseEvent e)
        Draws the transient Paintable that will become a Shape annotation when the mouse button is released
        Specified by:
        mouseDragged in interface MouseMotionListener
      • getRectangularShape

        public RectangularShape getRectangularShape()
        Returns:
        the rect
      • setRectangularShape

        public void setRectangularShape​(RectangularShape rect)
        Parameters:
        rect - the rect to set
      • setLayer

        public void setLayer​(Annotation.Layer layer)
        Parameters:
        layer - the layer to set
      • isFill

        public boolean isFill()
        Returns:
        the fill
      • setFill

        public void setFill​(boolean fill)
        Parameters:
        fill - the fill to set