| 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.RectangleGroup
RectangleGroup | public class RectangleGroup extends jsx3.vector.Shape (Code) | | A more efficient way of painting many vector rectangles of the same fill and stroke.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
RectangleGroup | public RectangleGroup(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 |
RectangleGroup | public RectangleGroup(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 |
addRectangle | public void addRectangle(int x1, int y1, int x2, int y2)(Code) | | add a rectangle to this group
Parameters: x1 - the x-coordinate of the left edge of the rectangle Parameters: y1 - the y-coordinate of the top edge of the rectangle Parameters: x2 - the x-coordinate of the right edge of the rectangle Parameters: y2 - the y-coordinate of the bottom edge of the rectangle |
addRelativeRectangle | public void addRelativeRectangle(int x1, int y1, int w, int h)(Code) | | add a rectangle to this group
Parameters: x1 - the x-coordinate of the left edge of the rectangle Parameters: y1 - the y-coordinate of the top edge of the rectangle Parameters: w - the width of the rectangle Parameters: h - the height of the rectangle |
clearRectangles | public void clearRectangles()(Code) | | clear all rectangles 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)
|
|
|