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.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotatingGraphMousePlugin<V,E> |
AnnotatingModalGraphMouse.annotatingPlugin |
protected AnnotatingGraphMousePlugin<V,E> |
AnnotationControls.annotatingPlugin |
Constructor and Description |
---|
AnnotatingModalGraphMouse(RenderContext<V,E> rc,
AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
create an instance with default values
|
AnnotatingModalGraphMouse(RenderContext<V,E> rc,
AnnotatingGraphMousePlugin<V,E> annotatingPlugin,
float in,
float out)
create an instance with passed values
|
AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin) |
Modifier and Type | Field and Description |
---|---|
protected AnnotatingGraphMousePlugin<V,E> |
EditingModalGraphMouse.annotatingPlugin |
Modifier and Type | Method and Description |
---|---|
AnnotatingGraphMousePlugin<V,E> |
EditingModalGraphMouse.getAnnotatingPlugin() |
Copyright © 2015. All rights reserved.