Uses of Class
edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
-
Packages that use AnnotatingGraphMousePlugin Package Description edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs.edu.uci.ics.jung.visualization.control 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 AnnotatingGraphMousePlugin Modifier and Type Field Description protected AnnotatingGraphMousePlugin<V,E>
AnnotatingModalGraphMouse. annotatingPlugin
protected AnnotatingGraphMousePlugin<V,E>
AnnotationControls. annotatingPlugin
Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotatingGraphMousePlugin Constructor Description 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).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 AnnotatingGraphMousePlugin Modifier and Type Field Description protected AnnotatingGraphMousePlugin<V,E>
EditingModalGraphMouse. annotatingPlugin
Methods in edu.uci.ics.jung.visualization.control that return AnnotatingGraphMousePlugin Modifier and Type Method Description AnnotatingGraphMousePlugin<V,E>
EditingModalGraphMouse. getAnnotatingPlugin()
-