Package com.orchestranetworks.ui.view
Interface TileImage
public interface TileImage
Provides information on tile view Image.
- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default image.intReturns the height of the image slot in pixels (between 10 and 250).Returns the dynamic image.booleanReturns yes if the image is cropped.
-
Method Details
-
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.
-