public class BlurImageEffect extends ImageTransformEffect
ImageTransformEffect.TypeEnum
Constructor and Description |
---|
BlurImageEffect() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getRadius()
Returns or sets blur radius.
|
BlurImageEffect |
grow(Boolean grow) |
int |
hashCode() |
Boolean |
isGrow()
Determines whether the bounds of the object should be grown as a result of the blurring.
|
BlurImageEffect |
radius(Double radius) |
void |
setGrow(Boolean grow) |
void |
setRadius(Double radius) |
String |
toString() |
getType, setType
public BlurImageEffect radius(Double radius)
public Double getRadius()
public void setRadius(Double radius)
public BlurImageEffect grow(Boolean grow)
public Boolean isGrow()
public void setGrow(Boolean grow)
public boolean equals(Object o)
equals
in class ImageTransformEffect
public int hashCode()
hashCode
in class ImageTransformEffect
public String toString()
toString
in class ImageTransformEffect
Copyright © 2023. All rights reserved.