TextureFill

Inheritance: java.lang.Object, com.aspose.cells.Fill

public class TextureFill extends Fill

Encapsulates the object that represents texture fill format

Methods

MethodDescription
equals(Object obj)/
getClass()
getImageData()Gets the image data of the fill.
getPicFormatOption()Gets picture format option.
getPictureFormatType()Gets the picture format type.
getScale()Gets the picture format scale.
getTilePicOption()Gets tile picture option.
getTransparency()Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
getType()Gets the texture type
hashCode()Gets the hash code.
isTiling()Indicates whether tile picture as texture.
notify()
notifyAll()
setImageData(byte[] value)Sets the image data of the fill.
setPicFormatOption(PicFormatOption value)Sets picture format option.
setPictureFormatType(int value)Sets the picture format type.
setScale(double value)Sets the picture format scale.
setTilePicOption(TilePicOption value)Sets tile picture option.
setTiling(boolean value)Indicates whether tile picture as texture.
setTransparency(double value)Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
setType(int value)Sets the texture type
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object obj)

public boolean equals(Object obj)

/

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getImageData()

public byte[] getImageData()

Gets the image data of the fill.

Returns: byte[]

getPicFormatOption()

public PicFormatOption getPicFormatOption()

Gets picture format option.

Returns: PicFormatOption

getPictureFormatType()

public int getPictureFormatType()

Gets the picture format type.

See FillPictureType.

Returns: int

getScale()

public double getScale()

Gets the picture format scale.

Returns: double

getTilePicOption()

public TilePicOption getTilePicOption()

Gets tile picture option.

Returns: TilePicOption

getTransparency()

public double getTransparency()

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Returns: double

getType()

public int getType()

Gets the texture type

See TextureType.

Returns: int

hashCode()

public int hashCode()

Gets the hash code.

Returns: int -

isTiling()

public boolean isTiling()

Indicates whether tile picture as texture.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setImageData(byte[] value)

public void setImageData(byte[] value)

Sets the image data of the fill.

Parameters:

ParameterTypeDescription
valuebyte[]

setPicFormatOption(PicFormatOption value)

public void setPicFormatOption(PicFormatOption value)

Sets picture format option.

Parameters:

ParameterTypeDescription
valuePicFormatOption

setPictureFormatType(int value)

public void setPictureFormatType(int value)

Sets the picture format type.

See FillPictureType.

Parameters:

ParameterTypeDescription
valueint

setScale(double value)

public void setScale(double value)

Sets the picture format scale.

Parameters:

ParameterTypeDescription
valuedouble

setTilePicOption(TilePicOption value)

public void setTilePicOption(TilePicOption value)

Sets tile picture option.

Parameters:

ParameterTypeDescription
valueTilePicOption

setTiling(boolean value)

public void setTiling(boolean value)

Indicates whether tile picture as texture.

Parameters:

ParameterTypeDescription
valueboolean

setTransparency(double value)

public void setTransparency(double value)

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Parameters:

ParameterTypeDescription
valuedouble

setType(int value)

public void setType(int value)

Sets the texture type

See TextureType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int