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