| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.html.Tag jsx3.html.BlockTag jsx3.vector.Tag jsx3.vector.Shape jsx3.vector.TextLine
TextLine | public class TextLine extends jsx3.vector.Shape (Code) | | Renders text along an arbitrary line.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
TextLine | public TextLine(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
TextLine | public TextLine(int x1, int y1, int x2, int y2, String text)(Code) | | The instance initializer.
Parameters: x1 - Parameters: y1 - Parameters: x2 - Parameters: y2 - Parameters: text - the text to display on the text path |
setColor | public void setColor(String color)(Code) | | Sets the color field.
Parameters: color - the new value for color |
setFontFamily | public void setFontFamily(String fontFamily)(Code) | | Sets the fontFamily field.
Parameters: fontFamily - the new value for fontFamily |
setFontSize | public void setFontSize(String fontSize)(Code) | | Sets the fontsize field.
Parameters: fontSize - the new value for fontsize |
setFontSize | public void setFontSize(int fontSize)(Code) | | Sets the fontsize field.
Parameters: fontSize - the new value for fontsize |
setFontStyle | public void setFontStyle(String fontStyle)(Code) | | Sets the fontStyle field.
Parameters: fontStyle - the new value for fontStyle |
setFontWeight | public void setFontWeight(String fontWeight)(Code) | | Sets the fontWeight field.
Parameters: fontWeight - the new value for fontWeight |
setText | public void setText(String text)(Code) | | Sets the text field, the text to display on the text path.
Parameters: text - the new value for text |
setTextAlign | public void setTextAlign(String textAlign)(Code) | | Sets the textAlign field.
Parameters: textAlign - the new value for textAlign |
setTextDecoration | public void setTextDecoration(String textDecoration)(Code) | | Sets the textDecoration field.
Parameters: textDecoration - the new value for textDecoration |
Methods inherited from jsx3.vector.Shape | public void getFill()(Code)(Java Doc) public void getPath(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getStroke()(Code)(Java Doc) public jsx3.vector.Shape pathArcTo(int cx, int cy, int rx, int ry, int x1, int y1, int x2, int y2, boolean bCW)(Code)(Java Doc) public T pathArcTo(int cx, int cy, int rx, int ry, int x1, int y1, int x2, int y2, boolean bCW, Class<T> returnType)(Code)(Java Doc) public jsx3.vector.Shape pathClose()(Code)(Java Doc) public T pathClose(Class<T> returnType)(Code)(Java Doc) public jsx3.vector.Shape pathLineTo(int x, int y, boolean bRel)(Code)(Java Doc) public T pathLineTo(int x, int y, boolean bRel, Class<T> returnType)(Code)(Java Doc) public jsx3.vector.Shape pathMoveTo(int x, int y, boolean bRel)(Code)(Java Doc) public T pathMoveTo(int x, int y, boolean bRel, Class<T> returnType)(Code)(Java Doc) public void setFill(jsx3.vector.Fill fill)(Code)(Java Doc) public void setPath(String path)(Code)(Java Doc) public void setStroke(jsx3.vector.Stroke stroke)(Code)(Java Doc)
|
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|