Package | Description |
---|---|
com.yworks.yfiles.geometry |
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
|
Modifier and Type | Method and Description |
---|---|
MutableSize |
MutableSize.clone()
Returns a memberwise clone of this instance.
|
static MutableSize |
SizeD.convertToMutableSize(SizeD size)
Performs an explicit conversion from
SizeD to MutableSize . |
MutableSize |
SizeD.toMutableSize()
Converts this instance to an
MutableSize instance. |
Modifier and Type | Method and Description |
---|---|
static SizeD |
SizeD.convertFrom(MutableSize size)
Performs an implicit conversion from
MutableSize to SizeD . |