|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.BasicNodeController
ptolemy.vergil.basic.LocatableNodeController
ptolemy.vergil.basic.NamedObjController
ptolemy.vergil.basic.ParameterizedNodeController
ptolemy.vergil.basic.IconController
ptolemy.vergil.kernel.AttributeController
ptolemy.vergil.icon.ResizableAttributeControllerFactory.ResizeAttributeController
public class ResizableAttributeControllerFactory.ResizeAttributeController
Custom controller that uses a bounds manipulator to allow the user to resize the image.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ptolemy.vergil.kernel.AttributeController |
---|
AttributeController.Access |
Nested classes/interfaces inherited from class ptolemy.vergil.basic.IconController |
---|
IconController.IconRenderer |
Field Summary | |
---|---|
private AttributeBoundsManipulator |
_manipulator
|
Fields inherited from class ptolemy.vergil.kernel.AttributeController |
---|
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL |
Fields inherited from class ptolemy.vergil.basic.ParameterizedNodeController |
---|
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory |
Fields inherited from class ptolemy.vergil.basic.NamedObjController |
---|
_configuration |
Fields inherited from class ptolemy.vergil.basic.LocatableNodeController |
---|
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR |
Constructor Summary | |
---|---|
ResizableAttributeControllerFactory.ResizeAttributeController(GraphController controller)
Create a controller associated with the specified graph controller. |
Method Summary | |
---|---|
void |
setSnapResolution(double resolution)
Specify the snap resolution. |
Methods inherited from class ptolemy.vergil.kernel.AttributeController |
---|
_getComponentType, addHotKeys, setConfiguration |
Methods inherited from class ptolemy.vergil.basic.ParameterizedNodeController |
---|
getConfigureMenuFactory |
Methods inherited from class ptolemy.vergil.basic.LocatableNodeController |
---|
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation |
Methods inherited from class diva.graph.BasicNodeController |
---|
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private AttributeBoundsManipulator _manipulator
Constructor Detail |
---|
public ResizableAttributeControllerFactory.ResizeAttributeController(GraphController controller)
controller
- The associated graph controller.Method Detail |
---|
public void setSnapResolution(double resolution)
setSnapResolution
in class LocatableNodeController
resolution
- The snap resolution.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |