Interface ImageStrip
-
- All Known Implementing Classes:
StunnerCommonIconsStrip
public interface ImageStrip
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classImageStrip.Orientationstatic interfaceImageStrip.StripCssResource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageStrip.StripCssResourcegetCss()intgetHigh()com.google.gwt.resources.client.ImageResourcegetImage()ImageStrip.OrientationgetOrientation()intgetPadding()intgetWide()
-
-
-
Method Detail
-
getImage
com.google.gwt.resources.client.ImageResource getImage()
-
getCss
ImageStrip.StripCssResource getCss()
-
getWide
int getWide()
-
getHigh
int getHigh()
-
getPadding
int getPadding()
-
getOrientation
ImageStrip.Orientation getOrientation()
-
-