public class AlphaReplaceEffect extends ImageTransformEffect
ImageTransformEffect.TypeEnum
Constructor and Description |
---|
AlphaReplaceEffect() |
Modifier and Type | Method and Description |
---|---|
AlphaReplaceEffect |
alpha(Double alpha) |
boolean |
equals(Object o) |
Double |
getAlpha()
The new opacity value.
|
int |
hashCode() |
void |
setAlpha(Double alpha) |
String |
toString() |
getType, setType
public AlphaReplaceEffect alpha(Double alpha)
public Double getAlpha()
public void setAlpha(Double alpha)
public boolean equals(Object o)
equals
in class ImageTransformEffect
public int hashCode()
hashCode
in class ImageTransformEffect
public String toString()
toString
in class ImageTransformEffect
Copyright © 2022. All rights reserved.