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

All Superinterfaces:
ImageBundle
Enclosing class:
ScaleWidget

public static interface ScaleWidget.Images
extends ImageBundle

A bundle of the images used by the widget.


Method Summary
 AbstractImagePrototype left()
          The left part of the scale.
 AbstractImagePrototype middle()
          The middle, repeating, part of the scale.
 AbstractImagePrototype right()
          The right part of the scale.
 

Method Detail

left

AbstractImagePrototype left()
The left part of the scale.


right

AbstractImagePrototype right()
The right part of the scale.


middle

AbstractImagePrototype middle()
The middle, repeating, part of the scale.