| Property Getters/Setters Summary | ||
|---|---|---|
| method | getImageData() | |
| method | setImageData(value) | |
| Gets and sets the image data of the fill. | ||
| method | isTiling() | |
| method | setTiling(value) | |
| Indicates whether tile picture as texture. | ||
| method | getPicFormatOption() | |
| method | setPicFormatOption(value) | |
| Gets or sets picture format option. | ||
| method | getPictureFormatType() | |
| method | setPictureFormatType(value) | |
| Gets and sets the picture format type. The value of the property is FillPictureType integer constant. | ||
| method | getScale() | |
| method | setScale(value) | |
| Gets and sets the picture format scale. | ||
| method | getTilePicOption() | |
| method | setTilePicOption(value) | |
| Gets or sets tile picture option. | ||
| method | getTransparency() | |
| method | setTransparency(value) | |
| Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
| method | getType() | |
| method | setType(value) | |
| Gets and sets the texture type The value of the property is TextureType integer constant. | ||
| Method Summary | ||
|---|---|---|
| method | equals(obj) | |
| 
            /
             | ||
| method | hashCode() | |
| 
            Gets the hash code.
             | ||
int getType() / setType(value)
byte[] getImageData() / setImageData(value)
boolean isTiling() / setTiling(value)
PicFormatOption getPicFormatOption() / setPicFormatOption(value)
TilePicOption getTilePicOption() / setTilePicOption(value)
int getPictureFormatType() / setPictureFormatType(value)
float getScale() / setScale(value)
float getTransparency() / setTransparency(value)