asposecells.api

Class TextureFill

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
methodgetImageData()
method
           Gets and sets the image data of the fill.
methodisTiling()
method
setTiling(value)
           Indicates whether tile picture as texture.
methodgetPicFormatOption()
method
           Gets or sets picture format option.
methodgetPictureFormatType()
method
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
methodgetScale()
method
setScale(value)
           Gets and sets the picture format scale.
methodgetTilePicOption()
method
           Gets or sets tile picture option.
methodgetTransparency()
method
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
methodgetType()
method
setType(value)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 
Method Summary
methodequals(obj)
/
methodhashCode()
Gets the hash code.
 

    • Property Getters/Setters Detail

      • getType/setType : int 

        int getType() / setType(value)
        
        Gets and sets the texture type The value of the property is TextureType integer constant.
      • getImageData/setImageData : byte[] 

        byte[] getImageData() / setImageData(value)
        
        Gets and sets the image data of the fill.
      • isTiling/setTiling : boolean 

        boolean isTiling() / setTiling(value)
        
        Indicates whether tile picture as texture.
      • getPicFormatOption/setPicFormatOption : PicFormatOption 

        PicFormatOption getPicFormatOption() / setPicFormatOption(value)
        
        Gets or sets picture format option.
      • getTilePicOption/setTilePicOption : TilePicOption 

        TilePicOption getTilePicOption() / setTilePicOption(value)
        
        Gets or sets tile picture option.
      • getPictureFormatType/setPictureFormatType : int 

        int getPictureFormatType() / setPictureFormatType(value)
        
        Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
      • getScale/setScale : float 

        float getScale() / setScale(value)
        
        Gets and sets the picture format scale.
      • getTransparency/setTransparency : float 

        float getTransparency() / setTransparency(value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
    • Method Detail

      • equals

        boolean equals(obj)
        /
        Parameters:
        obj: Object -
        Returns:
      • hashCode

        int hashCode()
        Gets the hash code.
        Returns: