public interface ImageStyleProperties extends BorderStyleProperties
ImageStyleProperties
interface represents common image styling properties.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageHeight()
Image height.
|
java.lang.String |
getImageWidth()
Image width.
|
void |
setImageHeight(java.lang.String imageHeight)
Sets the image height.
|
void |
setImageWidth(java.lang.String imageWidth)
Sets the image width.
|
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
java.lang.String getImageWidth()
setImageWidth(String)
for details of supported values when setting this property.void setImageWidth(java.lang.String imageWidth)
Any valid value for the CSS width property can be specified e.g. 300px
java.lang.String getImageHeight()
setImageHeight(String)
for details of supported values when setting this property.void setImageHeight(java.lang.String imageHeight)
Any valid value for the CSS height property can be specified e.g. 300px