com.stimulsoft.report.export.tools.html
Class StiHtmlImage

java.lang.Object
  extended by com.stimulsoft.report.export.tools.html.StiHtmlImage

public class StiHtmlImage
extends java.lang.Object

Html image object Copyright Stimulsoft


Constructor Summary
StiHtmlImage()
           
 
Method Summary
 StiHtmlUnit getHeight()
           
 java.lang.String getImageUrl()
           
 StiHtmlUnit getMargin()
           
 java.lang.String getToolTip()
           
 StiHtmlUnit getWidth()
           
 void setHeight(StiHtmlUnit height)
           
 void setImageUrl(java.lang.String imageUrl)
           
 void setMargin(StiHtmlUnit margin)
           
 void setToolTip(java.lang.String toolTip)
           
 void setWidth(StiHtmlUnit width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHtmlImage

public StiHtmlImage()
Method Detail

getMargin

public StiHtmlUnit getMargin()
Returns:
the margin

setMargin

public void setMargin(StiHtmlUnit margin)
Parameters:
margin - the margin to set

getToolTip

public java.lang.String getToolTip()
Returns:
the toolTip

setToolTip

public void setToolTip(java.lang.String toolTip)
Parameters:
toolTip - the toolTip to set

getImageUrl

public java.lang.String getImageUrl()
Returns:
the imageUrl

setImageUrl

public void setImageUrl(java.lang.String imageUrl)
Parameters:
imageUrl - the imageUrl to set

getWidth

public StiHtmlUnit getWidth()
Returns:
the width

setWidth

public void setWidth(StiHtmlUnit width)
Parameters:
width - the width to set

getHeight

public StiHtmlUnit getHeight()
Returns:
the height

setHeight

public void setHeight(StiHtmlUnit height)
Parameters:
height - the height to set