Package | Description |
---|---|
com.yworks.yfiles.geometry |
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
|
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 |
MutableRectangle
A simple default implementation of a mutable rectangle in 2D coordinate space with double precision values stored in an
instance of
IMutablePoint and IMutableSize . |
Modifier and Type | Method and Description |
---|---|
IMutableRectangle |
RectD.toMutableRectangle()
Creates an
IMutableRectangle using the values from this instance. |
Modifier and Type | Method and Description |
---|---|
protected IMutableRectangle |
RectangleReshapeHandleProvider.getRectangle()
The rectangle to read the current state from.
|
protected IMutableRectangle |
RectangleHandle.getRectangle()
The rectangle instance to modify.
|
Constructor and Description |
---|
RectangleHandle(HandlePositions position,
IMutableRectangle rectangle)
Subclass constructor that creates a handle for the given position using the location instance as the
Location
for the handle. |
RectangleReshapeHandleProvider(IMutableRectangle rectangle)
Creates a default instance that provide handles for each of the positions given for the rectangle.
|
RectangleReshapeHandleProvider(IMutableRectangle rectangle,
HandlePositions handlePositions)
Creates a default instance that provide handles for each of the positions given for the rectangle.
|