bookExamples.ch44Printing.cdLabel
Class MyHex

java.lang.Object
  extended by bookExamples.ch44Printing.cdLabel.MyHex

public class MyHex
extends java.lang.Object


Constructor Summary
MyHex()
           
 
Method Summary
static javax.swing.Icon getCaptureIcon()
           
static javax.swing.Icon getClockIcon()
           
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 getPrinterIcon()
           
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

MyHex

public MyHex()
Method Detail

getOpenIcon

public static javax.swing.Icon getOpenIcon()

getClockIcon

public static javax.swing.Icon getClockIcon()

getPrinterIcon

public static javax.swing.Icon getPrinterIcon()

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()