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