All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TilePicOption.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TilePicOption




com.aspose.cells
Class TilePicOption

java.lang.Object
    extended by com.aspose.cells.TilePicOption

public class TilePicOption 
extends java.lang.Object

Represents tile picture as texture.


Constructor Summary
TilePicOption()
          
 
Property Getters/Setters Summary
intgetAlignmentType()
voidsetAlignmentType(int)
           Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.
intgetMirrorType()
voidsetMirrorType(int)
           Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
doublegetOffsetX()
voidsetOffsetX(double)
           Gets or sets the X offset for tiling picture.
doublegetOffsetY()
voidsetOffsetY(double)
           Gets or sets the Y offset for tiling picture.
doublegetScaleX()
voidsetScaleX(double)
           Gets or sets the X scale for tiling picture.
doublegetScaleY()
voidsetScaleY(double)
           Gets or sets the Y scale for tiling picture.
 

Constructor Detail

TilePicOption

public TilePicOption()

Property Getters/Setters Detail

getOffsetX/setOffsetX

public double getOffsetX() / public void setOffsetX(double value)
Gets or sets the X offset for tiling picture.

setOffsetX

public void setOffsetX(double value)
Gets or sets the X offset for tiling picture.

getOffsetY/setOffsetY

public double getOffsetY() / public void setOffsetY(double value)
Gets or sets the Y offset for tiling picture.

setOffsetY

public void setOffsetY(double value)
Gets or sets the Y offset for tiling picture.

getScaleX/setScaleX

public double getScaleX() / public void setScaleX(double value)
Gets or sets the X scale for tiling picture.

setScaleX

public void setScaleX(double value)
Gets or sets the X scale for tiling picture.

getScaleY/setScaleY

public double getScaleY() / public void setScaleY(double value)
Gets or sets the Y scale for tiling picture.

setScaleY

public void setScaleY(double value)
Gets or sets the Y scale for tiling picture.

getMirrorType/setMirrorType

public int getMirrorType() / public void setMirrorType(int value)
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.

setMirrorType

public void setMirrorType(int value)
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.

getAlignmentType/setAlignmentType

public int getAlignmentType() / public void setAlignmentType(int value)
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.

setAlignmentType

public void setAlignmentType(int value)
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy