All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.IconFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.IconFrame

public class IconFrame
extends gui.ClosableFrame
implements java.awt.event.ActionListener

Variable Index

 o arc
 o arrow
 o blue
 o brush
 o circle
 o eyeDropper
 o green
 o hand
 o height
 o magnifyingGlass
 o marqee
 o oval
 o paintCan
 o polygon
 o red
 o warp
 o width
 o xPosition
 o yPosition

Constructor Index

 o IconFrame()

Method Index

 o actionPerformed(ActionEvent)
 o addIcon(IconComponent, Container)
 o deselectOtherIcons(IconComponent)
 o getIconComponent(byte[][])
 o getSelectedIcon()
 o main(String[])
 o setLabels(int, int, int, int, int)
 o setPosition(int, int)

Variables

 o width
 public java.awt.Label width
 o height
 public java.awt.Label height
 o red
 public java.awt.Label red
 o green
 public java.awt.Label green
 o blue
 public java.awt.Label blue
 o xPosition
 public java.awt.Label xPosition
 o yPosition
 public java.awt.Label yPosition
 o brush
 public static byte brush[][]
 o hand
 public static byte hand[][]
 o magnifyingGlass
 public static byte magnifyingGlass[][]
 o marqee
 public static byte marqee[][]
 o paintCan
 public static byte paintCan[][]
 o eyeDropper
 public static byte eyeDropper[][]
 o warp
 public static byte warp[][]
 o oval
 public static byte oval[][]
 o arc
 public static byte arc[][]
 o arrow
 public static byte arrow[][]
 o circle
 public static byte circle[][]
 o polygon
 public static byte polygon[][]

Constructors

 o IconFrame
 public IconFrame()

Methods

 o getIconComponent
 public gui.IconComponent getIconComponent(byte icon[][])
 o addIcon
 public void addIcon(gui.IconComponent ic,
                     java.awt.Container c)
 o deselectOtherIcons
 public void deselectOtherIcons(gui.IconComponent selectedIcon)
 o setLabels
 public void setLabels(int w,
                       int h,
                       int r,
                       int g,
                       int b)
 o setPosition
 public void setPosition(int x,
                         int y)
 o main
 public static void main(java.lang.String args[])
 o getSelectedIcon
 public gui.IconComponent getSelectedIcon()
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index