Uses of Class
edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
Packages that use AnnotatingGraphMousePlugin
Package
Description
Classes which support creating visual annotations for graphs.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
-
Uses of AnnotatingGraphMousePlugin in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as AnnotatingGraphMousePluginModifier and TypeFieldDescriptionprotected AnnotatingGraphMousePlugin<V, E> AnnotatingModalGraphMouse.annotatingPluginprotected AnnotatingGraphMousePlugin<V, E> AnnotationControls.annotatingPluginConstructors in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotatingGraphMousePluginModifierConstructorDescriptionAnnotatingModalGraphMouse(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).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.AnnotationControls(AnnotatingGraphMousePlugin<V, E> annotatingPlugin) -
Uses of AnnotatingGraphMousePlugin in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as AnnotatingGraphMousePluginModifier and TypeFieldDescriptionprotected AnnotatingGraphMousePlugin<V, E> EditingModalGraphMouse.annotatingPluginMethods in edu.uci.ics.jung.visualization.control that return AnnotatingGraphMousePlugin