|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Halo
Encapsulates the halo radius that can be applied to any text Graphic.
Field Summary | |
---|---|
static String |
RADIUS
Halo radius attribute name. |
Method Summary | |
---|---|
float |
getRadius()
Returns the halo radius value. |
boolean |
isRadiusSet()
Returns whether the halo radius value has been set. |
void |
setRadius(float haloRadius)
Sets the halo radius value. |
void |
setRadiusSet(boolean flag)
Sets the fact that the halo radius value has been set. |
Field Detail |
---|
static final String RADIUS
Method Detail |
---|
float getRadius()
boolean isRadiusSet()
void setRadius(float haloRadius)
haloRadius
- the value of the halo radius.void setRadiusSet(boolean flag)
flag
- true if the halo radius value has been set, false otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |