net.authorize.sim.button
Class ImageButton
java.lang.Object
net.authorize.sim.button.Button
net.authorize.sim.button.ImageButton
public class ImageButton
- extends Button
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createButton
public static ImageButton createButton(String src,
int width,
int height,
int border,
String alt)
getSrc
public String getSrc()
- Returns:
- the src
setSrc
public void setSrc(String src)
- Parameters:
src
- the src to set
getHeight
public int getHeight()
- Returns:
- the height
setHeight
public void setHeight(int height)
- Parameters:
height
- the height to set
getWidth
public int getWidth()
- Returns:
- the width
setWidth
public void setWidth(int width)
- Parameters:
width
- the width to set
getBorder
public int getBorder()
- Returns:
- the border
setBorder
public void setBorder(int border)
- Parameters:
border
- the border to set
getAlt
public String getAlt()
- Returns:
- the alt
setAlt
public void setAlt(String alt)
- Parameters:
alt
- the alt to set
Copyright © 2014. All Rights Reserved.