Documentation of 'edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse' Java class
AnnotatingModalGraphMouse
edu.uci.ics.jung.visualization.annotations

Class AnnotatingModalGraphMouse<V,E>

  • Type Parameters:
    V - the vertex type
    E - the edge type
    All Implemented Interfaces:
    ModalGraphMouse, VisualizationViewer.GraphMouse, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.ItemSelectable, java.util.EventListener


    public class AnnotatingModalGraphMouse<V,E>
    extends AbstractModalGraphMouse
    implements ModalGraphMouse, java.awt.ItemSelectable
    a graph mouse that supplies an annotations mode
    • Constructor Detail

      • AnnotatingModalGraphMouse

        public AnnotatingModalGraphMouse(RenderContext<V,E> rc,
                                         AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
        Create an instance with default values for scale in (1.1) and scale out (1/1.1).
        Parameters:
        rc - the RenderContext for which this class will be used
        annotatingPlugin - the plugin used by this class for annotating
      • AnnotatingModalGraphMouse

        public AnnotatingModalGraphMouse(RenderContext<V,E> rc,
                                         AnnotatingGraphMousePlugin<V,E> annotatingPlugin,
                                         float in,
                                         float out)
        Create an instance with the specified scale in and scale out values.
        Parameters:
        rc - the RenderContext for which this class will be used
        annotatingPlugin - the plugin used by this class for annotating
        in - override value for scale in
        out - override value for scale out

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.