| java.lang.Object org.wings.Resource org.wings.SByteArrayIcon
SByteArrayIcon | public class SByteArrayIcon extends Resource implements SIcon(Code) | | An icon implementation that uses a bytearray for data storage.
Actually this is a static resource, but buffering is not neccessary,
so to save resources it's implement as a resource.
author: Armin Haaf |
height | protected int height(Code) | | |
iconData | protected byte[] iconData(Code) | | |
width | protected int width(Code) | | |
SByteArrayIcon | public SByteArrayIcon(byte[] pIconData, String pExtension, String pMimeType)(Code) | | |
SByteArrayIcon | public SByteArrayIcon()(Code) | | |
SByteArrayIcon | public SByteArrayIcon(byte[] pIconData)(Code) | | |
externalize | protected void externalize()(Code) | | |
finalize | protected void finalize()(Code) | | |
getEffectiveIconHeight | public int getEffectiveIconHeight()(Code) | | |
getEffectiveIconWidth | public int getEffectiveIconWidth()(Code) | | |
getIconData | public byte[] getIconData()(Code) | | |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
removeExternalizedResource | protected void removeExternalizedResource()(Code) | | |
setIconData | public void setIconData(byte[] pIconData, String pExtension, String pMimeType)(Code) | | |
setIconData | public void setIconData(byte[] pIconData)(Code) | | |
setIconHeight | public void setIconHeight(int pHeight)(Code) | | |
setIconWidth | public void setIconWidth(int pWidth)(Code) | | |
|
|