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(GraphController controller)
Create a node controller associated with the specified graph
controller.
|
Modifier and Type | Method and Description |
---|---|
void |
addHotKeys(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, setSnapResolution
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
protected Configuration _configuration
public NamedObjController(GraphController controller)
controller
- The associated graph controller.public void addHotKeys(JGraph jgraph)
jgraph
- The JGraph to which hot keys are to be added.public void setConfiguration(Configuration configuration)
configuration
- The configuration.