public class

ClippedImageImplIE6

extends ClippedImageImpl
java.lang.Object
   ↳ com.google.gwt.user.client.ui.impl.ClippedImageImpl
     ↳ com.google.gwt.user.client.ui.impl.ClippedImageImplIE6

Class Overview

Implements the clipped image as a IMG inside a custom tag because we can't use the IE PNG transparency filter on background-image images. Do not use this class - it is used for implementation only, and its methods may change in the future.

Summary

Public Constructors
ClippedImageImplIE6()
Public Methods
void adjust(Element clipper, 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 com.google.gwt.user.client.ui.impl.ClippedImageImpl
From class java.lang.Object

Public Constructors

public ClippedImageImplIE6 ()

Public Methods

public void adjust (Element clipper, 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)