|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlur
Method Summary | |
---|---|
boolean |
getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring. |
double |
getRadius()
Returns or sets blur radius. |
void |
setGrow(boolean value)
Determines whether the bounds of the object should be grown as a result of the blurring. |
void |
setRadius(double value)
Returns or sets blur radius. |
Method Detail |
---|
double getRadius()
Returns or sets blur radius.
Read/write double
.
void setRadius(double value)
Returns or sets blur radius.
Read/write double
.
boolean getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Read-only boolean
.
void setGrow(boolean value)
Determines whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Read-only boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |