public class TextureFill
Property Getters/Setters Summary | ||
---|---|---|
byte[] | getImageData() | |
void | setImageData(byte[]value) | |
Gets and sets the image data of the fill. | ||
boolean | isTiling() | |
void | setTiling(booleanvalue) | |
Indicates whether tile picture as texture. | ||
PicFormatOption | getPicFormatOption() | |
void | ||
Gets or sets pictrue format option. | ||
int | getPictureFormatType() | |
void | setPictureFormatType(intvalue) | |
Gets and sets the picture format type. The value of the property is FillPictureType integer constant. | ||
double | getScale() | |
void | setScale(doublevalue) | |
Gets and sets the picture format scale. | ||
TilePicOption | getTilePicOption() | |
void | setTilePicOption(TilePicOption value) | |
Gets or sets tile picture option. | ||
double | getTransparency() | |
void | setTransparency(doublevalue) | |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
int | getType() | |
void | setType(intvalue) | |
Gets and sets the texture type The value of the property is TextureType integer constant. |
public int getType() / public void setType(int value)
public byte[] getImageData() / public void setImageData(byte[] value)
public boolean isTiling() / public void setTiling(boolean value)
public PicFormatOption getPicFormatOption() / public void setPicFormatOption(PicFormatOption value)
public TilePicOption getTilePicOption() / public void setTilePicOption(TilePicOption value)
public int getPictureFormatType() / public void setPictureFormatType(int value)
public double getScale() / public void setScale(double value)
public double getTransparency() / public void setTransparency(double value)