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
-
arc
-
-
arrow
-
-
blue
-
-
brush
-
-
circle
-
-
eyeDropper
-
-
green
-
-
hand
-
-
height
-
-
magnifyingGlass
-
-
marqee
-
-
oval
-
-
paintCan
-
-
polygon
-
-
red
-
-
warp
-
-
width
-
-
xPosition
-
-
yPosition
-
-
IconFrame()
-
-
actionPerformed(ActionEvent)
-
-
addIcon(IconComponent, Container)
-
-
deselectOtherIcons(IconComponent)
-
-
getIconComponent(byte[][])
-
-
getSelectedIcon()
-
-
main(String[])
-
-
setLabels(int, int, int, int, int)
-
-
setPosition(int, int)
-
width
public java.awt.Label width
height
public java.awt.Label height
red
public java.awt.Label red
green
public java.awt.Label green
blue
public java.awt.Label blue
xPosition
public java.awt.Label xPosition
yPosition
public java.awt.Label yPosition
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[][]
IconFrame
public IconFrame()
getIconComponent
public gui.IconComponent getIconComponent(byte icon[][])
addIcon
public void addIcon(gui.IconComponent ic,
java.awt.Container c)
deselectOtherIcons
public void deselectOtherIcons(gui.IconComponent selectedIcon)
setLabels
public void setLabels(int w,
int h,
int r,
int g,
int b)
setPosition
public void setPosition(int x,
int y)
main
public static void main(java.lang.String args[])
getSelectedIcon
public gui.IconComponent getSelectedIcon()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index