getThumbnail
getThumbnail() function
Returns shape thumbnail. ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.
Result
BufferedImage
getThumbnail(int bounds, float scaleX, float scaleY) function
Returns shape thumbnail.
Parameters
| Name | Type | Description |
|---|---|---|
| bounds | int | Shape thumbnail bounds type. |
| scaleX | float | X scale |
| scaleY | float | Y scale |
Result
BufferedImage