public class ImageAttributes
extends java.lang.Object
Constructor and Description |
---|
ImageAttributes()
Initializes a new instance of the
ImageAttributes class. |
Modifier and Type | Method and Description |
---|---|
double |
getOpacity()
Gets the opacity to apply to the image during rendering.
|
void |
setOpacity(double value)
Sets the opacity to apply to the image during rendering.
|
public ImageAttributes()
ImageAttributes
class.public double getOpacity()
public void setOpacity(double value)
value
- A float value in the range [0..1].