| 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.Oval
Oval | public class Oval extends jsx3.vector.Shape (Code) | | Paints a vector oval bounded by the box defined by its left, top, width, and height.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Constructor Summary | |
public | Oval(Context context, String extension, ScriptProxy scriptProxy) | public | Oval(int left, int top, int width, int height) The instance initializer. |
Oval | public Oval(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 |
Oval | public Oval(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 |
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)
|
|
|