TextureFill
Inheritance: java.lang.Object, com.aspose.cells.Fill
public class TextureFill extends Fill
Encapsulates the object that represents texture fill format
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| obj | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setPicFormatOption(PicFormatOption value)
public void setPicFormatOption(PicFormatOption value)
Sets picture format option.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PicFormatOption |
setPictureFormatType(int value)
public void setPictureFormatType(int value)
Sets the picture format type.
See FillPictureType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setScale(double value)
public void setScale(double value)
Sets the picture format scale.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setTilePicOption(TilePicOption value)
public void setTilePicOption(TilePicOption value)
Sets tile picture option.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | TilePicOption |
setTiling(boolean value)
public void setTiling(boolean value)
Indicates whether tile picture as texture.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
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:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setType(int value)
public void setType(int value)
Sets the texture type
See TextureType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |