|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Halo") public interface Halo
Describes the settings of a "halo" effect as it is applied to text.
Method Summary | |
---|---|
Fill |
getFill()
Returns the object that indicates how the halo area around the text should be filled. |
Expression |
getRadius()
Returns the expression that will be evaluated to get the pixel radius of the halo around the text. |
void |
setFill(Fill f)
Sets the object that indicates how the halo area around the text should be filled. |
void |
setRadius(Expression expression)
Sets the expression that will be evaluates to get the pixel radius of the halo around the text. |
Method Detail |
---|
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Fill") void setFill(Fill f)
getFill()
for details.
@XmlElement(value="Radius") Expression getRadius()
@XmlElement(value="Radius") void setRadius(Expression expression)
getRadius()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |