| Constructor and Description |
|---|
TransparencySupporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if objects are equal.
|
float |
getOpacity()
Gets the object's opacity.
|
int |
hashCode()
Get hash code of the current object.
|
void |
setOpacity(float value)
Sets the object's opacity.
|
public float getOpacity()
Gets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque.
public void setOpacity(float value)
Sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque.
value - The opacity value.public boolean equals(Object o)
Check if objects are equal.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.