| 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.LineGroup
LineGroup | public class LineGroup extends jsx3.vector.Shape (Code) | | A more efficient way of painting many vector lines of the same color and thickness.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
LineGroup | public LineGroup(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 |
LineGroup | public LineGroup(int left, int top, int width, int height)(Code) | | The instance initializer.
Parameters: left - left position (in pixels) of the object relative to its parent container Parameters: top - top position (in pixels) of the object relative to its parent container Parameters: width - width (in pixels) of the object Parameters: height - height (in pixels) of the object |
addLine | public void addLine(int x1, int y1, int x2, int y2)(Code) | | add a line to the group
Parameters: x1 - the x-coordinate of the start point of the line Parameters: y1 - the y-coordinate of the start point of the line Parameters: x2 - the x-coordinate of the end point of the line Parameters: y2 - the y-coordinate of the end point of the line |
addRelativeLine | public void addRelativeLine(int x1, int y1, int dx, int dy)(Code) | | add a line to the group
Parameters: x1 - the x-coordinate of the start point of the line Parameters: y1 - the y-coordinate of the start point of the line Parameters: dx - the horizontal change from the start to the end point of the line Parameters: dy - the vertical change from the start to the end point of the line |
clearLines | public void clearLines()(Code) | | clear all lines out of the group
|
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)
|
|
|