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