com.google.gwt.user.client.ui.impl
Class ClippedImageImpl
java.lang.Object
com.google.gwt.user.client.ui.impl.ClippedImageImpl
- Direct Known Subclasses:
- ClippedImageImplIE6
public class ClippedImageImpl
- extends java.lang.Object
Uses a combination of a clear image and a background image to clip all except
a desired portion of an underlying image.
Do not use this class - it is used for implementation only, and its methods
may change in the future.
|
Method Summary |
void |
adjust(Element img,
java.lang.String url,
int left,
int top,
int width,
int height)
|
Element |
createStructure(java.lang.String url,
int left,
int top,
int width,
int height)
|
java.lang.String |
getHTML(java.lang.String url,
int left,
int top,
int width,
int height)
|
Element |
getImgElement(Image image)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClippedImageImpl
public ClippedImageImpl()
adjust
public void adjust(Element img,
java.lang.String url,
int left,
int top,
int width,
int height)
createStructure
public Element createStructure(java.lang.String url,
int left,
int top,
int width,
int height)
getHTML
public java.lang.String getHTML(java.lang.String url,
int left,
int top,
int width,
int height)
getImgElement
public Element getImgElement(Image image)