com.maryanovsky.map.client.widgets.zoom
Interface LargeZoomWidget.Images

All Superinterfaces:
ImageBundle
Enclosing class:
LargeZoomWidget

public static interface LargeZoomWidget.Images
extends ImageBundle

A bundle of images used by the widget.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
ImageBundle.Resource
 
Method Summary
 AbstractImagePrototype bottom()
          Returns the image prototype of the ladder's bottom.
 AbstractImagePrototype mark()
          Returns the image prototype of the ladder's mark.
 AbstractImagePrototype step()
          Returns the image prototype of the ladder's steps.
 AbstractImagePrototype top()
          Returns the image prototype of the ladder's top.
 AbstractImagePrototype zoomIn()
          Returns the image prototype of the zoom-in button.
 AbstractImagePrototype zoomOut()
          Returns the image prototype of the zoom-out button.
 

Method Detail

zoomIn

AbstractImagePrototype zoomIn()
Returns the image prototype of the zoom-in button.


zoomOut

AbstractImagePrototype zoomOut()
Returns the image prototype of the zoom-out button.


top

AbstractImagePrototype top()
Returns the image prototype of the ladder's top.


bottom

AbstractImagePrototype bottom()
Returns the image prototype of the ladder's bottom.


step

AbstractImagePrototype step()
Returns the image prototype of the ladder's steps.


mark

AbstractImagePrototype mark()
Returns the image prototype of the ladder's mark.