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 |
---|---|
GeneralPath.PathCursor |
GeneralPath.createCursor()
Creates a cursor for iterating over the elements of this path.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneralPath.cropAfter(GeneralPath.PathCursor cursor)
Crops the path after the position indicated by the cursor.
|
void |
GeneralPath.cropBefore(GeneralPath.PathCursor cursor)
Crops the path before the position indicated by the cursor.
|