public class NamedObjController extends LocatableNodeController
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
_configuration
The configuration.
|
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR| Constructor and Description |
|---|
NamedObjController(diva.graph.GraphController controller)
Create a node controller associated with the specified graph
controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHotKeys(diva.graph.JGraph jgraph)
Add hot keys to the actions in the given JGraph.
|
void |
setConfiguration(Configuration configuration)
Set the configuration.
|
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolutionprotected Configuration _configuration
public NamedObjController(diva.graph.GraphController controller)
controller - The associated graph controller.public void addHotKeys(diva.graph.JGraph jgraph)
jgraph - The JGraph to which hot keys are to be added.public void setConfiguration(Configuration configuration)
configuration - The configuration.