Package com.orchestranetworks.ui.view
Interface TileImage
-
public interface TileImage
Provides information on tile view Image.- Since:
- 6.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFallbackUrlPattern()
Returns the default image.int
getHeight()
Returns the height of the image slot in pixels (between 10 and 250).String
getUrlPattern()
Returns the dynamic image.boolean
isCropped()
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.
-
-