gui.icons
Class Icons

java.lang.Object
  extended by gui.icons.Icons

public class Icons
extends java.lang.Object


Field Summary
static byte[][] arc
           
static byte[][] arrow
           
static byte[][] brush
           
static byte[][] circle
           
static byte[][] eraser
           
static byte[][] eyeDropper
           
static byte[][] hand
           
static byte[][] magnifyingGlass
           
static byte[][] marqee
           
static byte[][] oval
           
static byte[][] paintCan
           
static byte[][] pencil
           
static byte[][] polygon
           
static byte[][] selected
           
static byte[][] unselected
           
static byte[][] warp
           
static byte[][] xImage
           
 
Constructor Summary
Icons()
           
 
Method Summary
static javax.swing.Icon getBrushIcon()
           
static javax.swing.Icon getCameramanIcon()
           
static javax.swing.Icon getColorCameramanIcon()
           
static javax.swing.Icon getColorCameramanIcon(double ar, double ag, double ab)
           
static javax.swing.Icon getExitIcon()
           
static javax.swing.Icon getIcon(byte[][] r)
           
static javax.swing.Icon getMagnifierIcon()
           
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
 

Field Detail

brush

public static byte[][] brush

hand

public static byte[][] hand

magnifyingGlass

public static byte[][] magnifyingGlass

marqee

public static byte[][] marqee

paintCan

public static byte[][] paintCan

eyeDropper

public static byte[][] eyeDropper

warp

public static byte[][] warp

oval

public static byte[][] oval

arc

public static byte[][] arc

arrow

public static byte[][] arrow

circle

public static byte[][] circle

polygon

public static byte[][] polygon

eraser

public static byte[][] eraser

xImage

public static byte[][] xImage

pencil

public static byte[][] pencil

selected

public static byte[][] selected

unselected

public static byte[][] unselected
Constructor Detail

Icons

public Icons()
Method Detail

getMagnifierIcon

public static javax.swing.Icon getMagnifierIcon()

getCameramanIcon

public static javax.swing.Icon getCameramanIcon()

getColorCameramanIcon

public static javax.swing.Icon getColorCameramanIcon()

getColorCameramanIcon

public static javax.swing.Icon getColorCameramanIcon(double ar,
                                                     double ag,
                                                     double ab)

getBrushIcon

public static javax.swing.Icon getBrushIcon()

getIcon

public static javax.swing.Icon getIcon(byte[][] r)

getRevertIcon

public static javax.swing.Icon getRevertIcon()

getSaveIcon

public static javax.swing.Icon getSaveIcon()

getExitIcon

public static javax.swing.Icon getExitIcon()

getOpenIcon

public static javax.swing.Icon getOpenIcon()