| java.lang.Object de.jwic.base.ImageRef
ImageRef | public class ImageRef implements Serializable(Code) | | References the location of an Image. Used by UI elements to generate
urls to an image.
author: Florian Lippisch |
ImageRef | public ImageRef()(Code) | | Default constructor.
|
ImageRef | public ImageRef(Package srcPackage, String resourceName)(Code) | | Parameters: package1 - Parameters: string - |
ImageRef | public ImageRef(Package srcPackage, String resourceName, int width, int height)(Code) | | Parameters: package1 - Parameters: string - |
ImageRef | public ImageRef(String pathName)(Code) | | Parameters: string - |
ImageRef | public ImageRef(String pathName, int width, int height)(Code) | | Parameters: string - |
getHeight | public int getHeight()(Code) | | the height |
getWidth | public int getWidth()(Code) | | the width |
isBundled | public boolean isBundled()(Code) | | the bundled |
setBundled | public void setBundled(boolean bundled)(Code) | | Parameters: bundled - the bundled to set |
setHeight | public void setHeight(int height)(Code) | | Parameters: height - the height to set |
setPath | public void setPath(String path)(Code) | | Parameters: path - the path to set |
setWidth | public void setWidth(int width)(Code) | | Parameters: width - the width to set |
toImgTag | public String toImgTag()(Code) | | Returns the IMG HTML tag.
|
toImgTag | public String toImgTag(int width, int height)(Code) | | Returns the IMG HTML tag.
Parameters: width - Parameters: height - |
|
|