com.vinay.ui.vinui.fw.controls
Class Image
java.lang.Object
com.vinay.ui.vinui.fw.core.Control
com.vinay.ui.vinui.fw.controls.Image
- public class Image
- extends Control
- Author:
- Vinay Nath
Constructor Summary |
Image()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
getBorderWidth
public java.lang.String getBorderWidth()
- Returns:
- Returns the borderWidth.
setBorderWidth
public void setBorderWidth(java.lang.String borderWidth)
- Parameters:
borderWidth
- The borderWidth to set.
getHeight
public java.lang.String getHeight()
- Returns:
- Returns the height.
setHeight
public void setHeight(java.lang.String height)
- Parameters:
height
- The height to set.
getHorizontalSpace
public java.lang.String getHorizontalSpace()
- Returns:
- Returns the horizontalSpace.
setHorizontalSpace
public void setHorizontalSpace(java.lang.String horizontalSpace)
- Parameters:
horizontalSpace
- The horizontalSpace to set.
getSource
public java.lang.String getSource()
- Returns:
- Returns the source.
setSource
public void setSource(java.lang.String source)
- Parameters:
source
- The source to set.
getText
public java.lang.String getText()
- Returns:
- Returns the text.
setText
public void setText(java.lang.String text)
- Parameters:
text
- The text to set.
getVerticalSpace
public java.lang.String getVerticalSpace()
- Returns:
- Returns the verticalSpace.
setVerticalSpace
public void setVerticalSpace(java.lang.String verticalSpace)
- Parameters:
verticalSpace
- The verticalSpace to set.
getWidth
public java.lang.String getWidth()
- Returns:
- Returns the width.
setWidth
public void setWidth(java.lang.String width)
- Parameters:
width
- The width to set.