| 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.Rectangle
Rectangle | public class Rectangle extends jsx3.vector.Shape (Code) | | Paints a vector rectangle.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Method Summary | |
public void | clipTo(int l1, int t1, int w1, int h1) Clips this rectangle to the bounds of {l1, t1, w1, h1}. | public void | clipToBox(jsx3.gui.Block obj) Clips this rectangle to the bounds of obj. | public void | clipToBox(jsx3.html.BlockTag obj) Clips this rectangle to the bounds of obj. |
Rectangle | public Rectangle(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 |
Rectangle | public Rectangle(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 |
clipTo | public void clipTo(int l1, int t1, int w1, int h1)(Code) | | Clips this rectangle to the bounds of {l1, t1, w1, h1}.
Parameters: l1 - Parameters: t1 - Parameters: w1 - Parameters: h1 - |
clipToBox | public void clipToBox(jsx3.gui.Block obj)(Code) | | Clips this rectangle to the bounds of obj.
Parameters: obj - any object that has getLeft() , etc methods. |
clipToBox | public void clipToBox(jsx3.html.BlockTag obj)(Code) | | Clips this rectangle to the bounds of obj.
Parameters: obj - any object that has getLeft() , etc methods. |
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)
|
|
|