Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.jconfig.win.IconBundleMSVM
Summary |
class IconBundleMSVM extends java.lang.Object implements com.jconfig.IconBundle { // Fields 1 private static final String copyrightString; // Constructors 1 IconBundleMSVM(); // Methods 4 void checkWhichIconValue(int); public int getIcon(int, int, int, int[]); public int getIconHeight(int); public int getIconWidth(int); }
Superclass for the Windows classes which implement IconBundle.
Cross Reference |
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· IconBundleMSVM | Summary | Top |
IconBundleMSVM()
Methods |
· getIcon | Summary | Top |
public int getIcon(int whichIcon, int xform, int align, int[] pData)
Get the bits of the icon, in Java's ARGB format, into the pData array. Subclasses should override.
- Implements:
- getIcon in interface IconBundle
· getIconWidth | Summary | Top |
public int getIconWidth(int whichIcon)
Returns the width of the indicated icon.
- Implements:
- getIconWidth in interface IconBundle
· getIconHeight | Summary | Top |
public int getIconHeight(int whichIcon)
Returns the height of the indicated icon.
- Implements:
- getIconHeight in interface IconBundle
· checkWhichIconValue | Summary | Top |
void checkWhichIconValue(int whichIcon)
If 'whichIcon' is not ICON_LARGE or ICON_SMALL, throws an IllegalArgumentException.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7