Class: SUIImage
This page documents the methods and fields available in the SUIImage class.
Members
| Signature | Description |
|---|---|
getBorder() | Returns the current border. |
getBorderUnitType() | Returns the current border unit type. |
getColor() | Returns the current color. |
getImage() | Returns the current image. |
getImageType() | Returns the current image type. |
isIgnoreMask() | Returns whether ignore mask is true. |
setBorder(int) | Sets or updates the border. |
setBorder(int, SUnitType) | Sets or updates the border. |
setBorderUnitType(SUnitType) | Sets or updates the border unit type. |
setColor(Color) | Sets or updates the color. |
setIgnoreMask(boolean) | Sets or updates the ignore mask. |
setImage(Texture) | Sets or updates the image. |
setImageType(SImageType) | Sets or updates the image type. |