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 pictrue 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. |
Property Getters/Setters Detail |
---|
getType/setType : int | |
int getType() / setType(value) |
getImageData/setImageData : byte[] | |
byte[] getImageData() / setImageData(value) |
isTiling/setTiling : boolean | |
boolean isTiling() / setTiling(value) |
getPicFormatOption/setPicFormatOption : PicFormatOption | |
PicFormatOption getPicFormatOption() / setPicFormatOption(value) |
getTilePicOption/setTilePicOption : TilePicOption | |
TilePicOption getTilePicOption() / setTilePicOption(value) |
getPictureFormatType/setPictureFormatType : int | |
int getPictureFormatType() / setPictureFormatType(value) |
getScale/setScale : float | |
float getScale() / setScale(value) |
getTransparency/setTransparency : float | |
float getTransparency() / setTransparency(value) |