public class BlurEffect extends Object
Constructor and Description |
---|
BlurEffect() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getRadius()
radius
|
BlurEffect |
grow(Boolean grow) |
int |
hashCode() |
Boolean |
isGrow()
true if the bounds are grown
|
BlurEffect |
radius(Double radius) |
void |
setGrow(Boolean grow) |
void |
setRadius(Double radius) |
String |
toString() |
public BlurEffect radius(Double radius)
public Double getRadius()
public void setRadius(Double radius)
public BlurEffect grow(Boolean grow)
public Boolean isGrow()
public void setGrow(Boolean grow)
Copyright © 2022. All rights reserved.