| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.html.Tag jsx3.html.BlockTag jsx3.vector.Tag
All known Subclasses: jsx3.vector.Shape, jsx3.vector.Group,
Tag | public class Tag extends jsx3.html.BlockTag (Code) | | The base class for jsx3.vector.Group and jsx3.vector.Shape. Defines getters and setters for the shared vector
tag attributes and CSS style extensions.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Constructor Summary | |
public | Tag(Context context, String extension, ScriptProxy scriptProxy) | public | Tag(String strTagName, int left, int top, int width, int height) The instance initializer. |
Tag | public Tag(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 |
Tag | public Tag(String strTagName, int left, int top, int width, int height)(Code) | | The instance initializer.
Parameters: strTagName - 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 |
getToolTip | public void getToolTip()(Code) | | Returns the tooltip, the text that is displayed on mouse over.
|
setRotation | public void setRotation(int rotation)(Code) | | Sets the rotation field, an angle between 0 and 360.
Parameters: rotation - the new value for rotation |
setToolTip | public void setToolTip(String title)(Code) | | Sets the tooltip, the text that is displayed on mouse over.
Parameters: title - |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|