j2d.gui
Class Hex

java.lang.Object
  extended by j2d.gui.Hex

public class Hex
extends java.lang.Object


Constructor Summary
Hex()
           
 
Method Summary
static javax.swing.Icon getCaptureIcon()
           
static javax.swing.Icon getExitIcon()
           
static java.awt.Image getImage(int[] pels, int width, int height)
           
static javax.swing.Icon getOpenIcon()
           
static javax.swing.Icon getRevertIcon()
           
static javax.swing.Icon getSaveIcon()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hex

public Hex()
Method Detail

getOpenIcon

public static javax.swing.Icon getOpenIcon()

getSaveIcon

public static javax.swing.Icon getSaveIcon()

getCaptureIcon

public static javax.swing.Icon getCaptureIcon()

getRevertIcon

public static javax.swing.Icon getRevertIcon()

getImage

public static java.awt.Image getImage(int[] pels,
                                      int width,
                                      int height)

getExitIcon

public static javax.swing.Icon getExitIcon()