gui.icons
Class BinaryIcons

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

public class BinaryIcons
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
BinaryIcons()
           
 
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 getEyeDropperIcon()
           
static javax.swing.Icon getIcon(byte[][] r)
           
static javax.swing.Icon getMagnifierIcon()
           
static javax.swing.Icon getOpenIcon()
           
static void getPrintIconAsJava()
           
static javax.swing.Icon getRevertIcon()
           
static javax.swing.Icon getSaveIcon()
           
static void main(java.lang.String[] args)
           
static java.lang.String toJava(java.lang.String name, java.lang.String s)
           
 
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

BinaryIcons

public BinaryIcons()
Method Detail

getMagnifierIcon

public static javax.swing.Icon getMagnifierIcon()

getEyeDropperIcon

public static javax.swing.Icon getEyeDropperIcon()

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

toJava

public static java.lang.String toJava(java.lang.String name,
                                      java.lang.String s)

getPrintIconAsJava

public static void getPrintIconAsJava()

main

public static void main(java.lang.String[] args)