public class

ClippedImageImpl

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.ClippedImageImpl
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
ClippedImageImpl()
Public Methods
void adjust(Element img, String url, int left, int top, int width, int height)
Element createStructure(String url, int left, int top, int width, int height)
String getHTML(String url, int left, int top, int width, int height)
Element getImgElement(Image image)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClippedImageImpl ()

Public Methods

public void adjust (Element img, String url, int left, int top, int width, int height)

public Element createStructure (String url, int left, int top, int width, int height)

public String getHTML (String url, int left, int top, int width, int height)

public Element getImgElement (Image image)