|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IconComponent | |
---|---|
gui.icons | |
j2d.gui |
Uses of IconComponent in gui.icons |
---|
Methods in gui.icons that return IconComponent | |
---|---|
static IconComponent |
IconUtils.getIconComponent(byte[][] icon)
|
Uses of IconComponent in j2d.gui |
---|
Methods in j2d.gui that return IconComponent | |
---|---|
IconComponent |
IconFrame.getArcIcon()
|
IconComponent |
IconFrame.getArrowIcon()
|
IconComponent |
IconFrame.getBrushIcon()
|
IconComponent |
IconFrame.getCircleIcon()
|
IconComponent |
IconFrame.getEraserIcon()
|
IconComponent |
IconFrame.getEyeDropperIcon()
|
IconComponent |
IconFrame.getHandIcon()
|
IconComponent |
IconFrame.getMagnifyingGlassIcon()
|
IconComponent |
IconFrame.getMarqeeIcon()
|
IconComponent |
IconFrame.getOvalIcon()
|
IconComponent |
IconFrame.getPaintCanIcon()
|
IconComponent |
IconFrame.getPencilIcon()
|
IconComponent |
IconFrame.getPolygonIcon()
|
IconComponent |
IconFrame.getSelectedIcon()
|
IconComponent |
IconFrame.getXImageIcon()
|
Methods in j2d.gui with parameters of type IconComponent | |
---|---|
void |
IconFrame.addIcon(IconComponent ic,
java.awt.Container c)
|
void |
IconFrame.deselectOtherIcons(IconComponent selectedIcon)
|
void |
IconFrame.setArcIcon(IconComponent arcIcon)
|
void |
IconFrame.setArrowIcon(IconComponent arrowIcon)
|
void |
IconFrame.setBrushIcon(IconComponent brushIcon)
|
void |
IconFrame.setCircleIcon(IconComponent circleIcon)
|
void |
IconFrame.setEraserIcon(IconComponent eraserIcon)
|
void |
IconFrame.setEyeDropperIcon(IconComponent eyeDropperIcon)
|
void |
IconFrame.setHandIcon(IconComponent handIcon)
|
void |
IconFrame.setMagnifyingGlassIcon(IconComponent magnifyingGlassIcon)
|
void |
IconFrame.setMarqeeIcon(IconComponent marqeeIcon)
|
void |
IconFrame.setOvalIcon(IconComponent ovalIcon)
|
void |
IconFrame.setPaintCanIcon(IconComponent paintCanIcon)
|
void |
IconFrame.setPencilIcon(IconComponent pencilIcon)
|
void |
IconFrame.setPolygonIcon(IconComponent polygonIcon)
|
void |
IconFrame.setSelectedIcon(IconComponent selectedIcon)
|
void |
IconFrame.setXImageIcon(IconComponent xImageIcon)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |