com.maryanovsky.map.client.widgets.scale
Interface ScaleWidget.Images

All Superinterfaces:
ClientBundle
Enclosing class:
ScaleWidget

public static interface ScaleWidget.Images
extends ClientBundle

A bundle of the images used by the widget.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource left()
          The left part of the scale.
 ImageResource middle()
          The middle, repeating, part of the scale.
 ImageResource right()
          The right part of the scale.
 

Method Detail

left

@ClientBundle.Source(value="left.png")
ImageResource left()
The left part of the scale.


right

@ClientBundle.Source(value="right.png")
ImageResource right()
The right part of the scale.


middle

@ClientBundle.Source(value="middle.png")
ImageResource middle()
The middle, repeating, part of the scale.