|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageStyleProperties
The ImageStyleProperties
interface represents common image styling properties.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ebasetech.xi.api.controls.BorderStyleProperties |
---|
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |