Constructor Summary |
---|
TilePicOption()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getAlignmentType() | |
function | setAlignmentType(value) | |
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant. | ||
function | getMirrorType() | |
function | setMirrorType(value) | |
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant. | ||
function | getOffsetX() | |
function | setOffsetX(value) | |
Gets or sets the X offset for tiling picture. | ||
function | getOffsetY() | |
function | setOffsetY(value) | |
Gets or sets the Y offset for tiling picture. | ||
function | getScaleX() | |
function | setScaleX(value) | |
Gets or sets the X scale for tiling picture. | ||
function | getScaleY() | |
function | setScaleY(value) | |
Gets or sets the Y scale for tiling picture. |
Constructor Detail |
---|
function TilePicOption()
Property Getters/Setters Detail |
---|
getOffsetX/setOffsetX : Number | |
function getOffsetX() / function setOffsetX(value) |
getOffsetY/setOffsetY : Number | |
function getOffsetY() / function setOffsetY(value) |
getScaleX/setScaleX : Number | |
function getScaleX() / function setScaleX(value) |
getScaleY/setScaleY : Number | |
function getScaleY() / function setScaleY(value) |
getMirrorType/setMirrorType : Number | |
function getMirrorType() / function setMirrorType(value) |
getAlignmentType/setAlignmentType : Number | |
function getAlignmentType() / function setAlignmentType(value) |