| java.lang.Object com.google.gwt.user.rebind.ui.ImageBundleBuilder
ImageBundleBuilder | class ImageBundleBuilder (Code) | | Accumulates state for the bundled image.
|
Inner Class :public static class ImageRect | |
assimilate | public void assimilate(TreeLogger logger, String imageName) throws UnableToCompleteException(Code) | | Assimilates the image associated with a particular image method into the
master composite. If the method names an image that has already been
assimilated, the existing image rectangle is reused.
Parameters: logger - a hierarchical logger which logs to the hosted console Parameters: imageName - the name of an image that can be found on the classpath throws: UnableToCompleteException - if the image with nameimageName cannot be added to the master compositeimage |
getMapping | public ImageRect getMapping(String imageName)(Code) | | |
|
|