ij2x.util
Class ImageIcons

java.lang.Object
  extended by ij2x.util.ImageIcons

public class ImageIcons
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2012

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
ImageIcons()
           
 
Method Summary
static javax.swing.Icon getIcons(java.awt.Component panel)
           
static javax.swing.Icon getIcons(java.awt.Component panel, boolean isSize32)
           
static javax.swing.Icon getIcons(java.awt.Component panel, int widthpixel)
           
static javax.swing.Icon[] getIcons(java.awt.Component panel, int widthpixel, int select)
           
static javax.swing.Icon getIcons(java.lang.Object panel)
           
static javax.swing.Icon getIcons(java.lang.Object panel, boolean isSize32)
           
static javax.swing.Icon getIcons(java.lang.Object panel, int widthpixel)
           
static javax.swing.Icon[] getIcons(java.lang.Object panel, int widthpixel, int select)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIcons

public ImageIcons()
Method Detail

getIcons

public static javax.swing.Icon getIcons(java.awt.Component panel)

getIcons

public static javax.swing.Icon getIcons(java.lang.Object panel)

getIcons

public static javax.swing.Icon getIcons(java.awt.Component panel,
                                        boolean isSize32)

getIcons

public static javax.swing.Icon getIcons(java.lang.Object panel,
                                        boolean isSize32)

getIcons

public static javax.swing.Icon getIcons(java.awt.Component panel,
                                        int widthpixel)

getIcons

public static javax.swing.Icon getIcons(java.lang.Object panel,
                                        int widthpixel)

getIcons

public static javax.swing.Icon[] getIcons(java.awt.Component panel,
                                          int widthpixel,
                                          int select)

getIcons

public static javax.swing.Icon[] getIcons(java.lang.Object panel,
                                          int widthpixel,
                                          int select)