Package com.orchestranetworks.ui.view
Interface TileImage
-
public interface TileImageProvides information on tile view Image.- Since:
- 6.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFallbackUrlPattern()Returns the default image.intgetHeight()Returns the height of the image slot in pixels (between 10 and 250).StringgetUrlPattern()Returns the dynamic image.booleanisCropped()Returns yes if the image is cropped.
-
-
-
Method Detail
-
getFallbackUrlPattern
String getFallbackUrlPattern()
Returns the default image.
-
getUrlPattern
String getUrlPattern()
Returns the dynamic image.
-
getHeight
int getHeight()
Returns the height of the image slot in pixels (between 10 and 250).
-
isCropped
boolean isCropped()
Returns yes if the image is cropped.
-
-