| 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 | Method and Description |
|---|---|
JComboBox<ModalGraphMouse.Mode> |
AnnotatingModalGraphMouse.getModeComboBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatingModalGraphMouse.setMode(ModalGraphMouse.Mode mode)
setter for the Mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModalGraphMouse.Mode |
AbstractModalGraphMouse.mode
the current mode
|
| Modifier and Type | Field and Description |
|---|---|
protected JComboBox<ModalGraphMouse.Mode> |
AbstractModalGraphMouse.modeBox
a JComboBox control available to set the mode
|
| Modifier and Type | Method and Description |
|---|---|
static ModalGraphMouse.Mode |
ModalGraphMouse.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModalGraphMouse.Mode[] |
ModalGraphMouse.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JComboBox<ModalGraphMouse.Mode> |
AbstractModalGraphMouse.getModeComboBox() |
JComboBox<ModalGraphMouse.Mode> |
EditingModalGraphMouse.getModeComboBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModalGraphMouse.setMode(ModalGraphMouse.Mode mode)
setter for the Mode.
|
void |
ModalGraphMouse.setMode(ModalGraphMouse.Mode mode) |
void |
EditingModalGraphMouse.setMode(ModalGraphMouse.Mode mode)
setter for the Mode.
|
Copyright © 2016. All rights reserved.