Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
NodeReshapeHandles |
Modifier and Type | Method and Description |
---|---|
LookupDecorator<INode,IReshapeHandleProvider> |
NodeDecorator.getReshapeHandleProviderDecorator()
Gets a
LookupDecorator that decorates the IReshapeHandleProvider type for the
INode s this instance has been created for. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReshapeHandleProvider
Abstract base class implementation of the
IReshapeHandleProvider interface that has properties to restrict the
size and area of a reshapeable. |
class |
RectangleReshapeHandleProvider
A simple convenience implementation of an
IReshapeHandleProvider that returns handles that modify a
IMutableRectangle . |