| Module: | libutil | Package: | org.milescript.fx.text | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |
org.milescript.fx.text.DropShadowText
Inheritance : Object
DropShadowText takes in a text layer and adds drop shadow layers using clone node. This ensures that the layers all have the same style and text. This object also encapsulates setter functions that set attributes that need to be cascaded to all of the effect layers.
Constructors
| Signature |
| public DropShadowText(HTMLLayer textLayer) |
Methods
| Name | Signature |
| addToDocument | void addToDocument() |
| getWidth | int getWidth() |
| moveTo | void moveTo(Point point) |
| moveTo | void moveTo(int x, int y) |
| removeFromDocument | void removeFromDocument() |
| setBackground | void setBackground(String color) |
| setBorder | void setBorder(String border) |
| setDisplay | void setDisplay(String display) |
| setFontColor | void setFontColor(String fontColor) |
| setFontFamily | void setFontFamily(String fontFamily) |
| setFontSize | void setFontSize(String size) |
| setFontVariant | void setFontVariant(String fontVariant) |
| setFontWeight | void setFontWeight(String fontWeight) |
| setShadowColor | void setShadowColor(String fontColor) |
| setVisibility | void setVisibility(boolean visible) |
Constructors
|
public DropShadowText(HTMLLayer textLayer) Parameters
|
Methods
|
addToDocument void addToDocument() |
|
getWidth int getWidth()
|
||||
|
moveTo void moveTo(Point point) Parameters
|
|
moveTo void moveTo(int x, int y) Parameters
|
|
removeFromDocument void removeFromDocument() |
|
setBackground void setBackground(String color) Parameters
|
|
setBorder void setBorder(String border) Parameters
|
|
setDisplay void setDisplay(String display) Parameters
|
|
setFontColor void setFontColor(String fontColor) Parameters
|
|
setFontFamily void setFontFamily(String fontFamily) Parameters
|
|
setFontSize void setFontSize(String size) Parameters
|
|
setFontVariant void setFontVariant(String fontVariant) Parameters
|
|
setFontWeight void setFontWeight(String fontWeight) Parameters
|
|
setShadowColor void setShadowColor(String fontColor) Parameters
|
|
setVisibility void setVisibility(boolean visible) Parameters
|
| Module: | libutil | Package: | org.milescript.fx.text | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |