|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.gui.icon.button.AbstractButtonIcon
net.infonode.gui.icon.button.ArrowIcon
public class ArrowIcon
| Field Summary | |
|---|---|
private Direction |
direction
|
| Constructor Summary | |
|---|---|
ArrowIcon(java.awt.Color color,
Direction direction)
|
|
ArrowIcon(java.awt.Color color,
int size,
Direction direction)
|
|
ArrowIcon(Direction direction)
|
|
ArrowIcon(int size,
Direction direction)
|
|
ArrowIcon(int size,
Direction direction,
boolean enabled)
|
|
| Method Summary | |
|---|---|
Direction |
getDirection()
|
protected void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2)
|
| Methods inherited from class net.infonode.gui.icon.button.AbstractButtonIcon |
|---|
getIconHeight, getIconWidth, getShadowStrength, isShadowEnabled, paintIcon, paintIcon, setShadowEnabled, setShadowStrength |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Direction direction
| Constructor Detail |
|---|
public ArrowIcon(Direction direction)
public ArrowIcon(java.awt.Color color,
Direction direction)
public ArrowIcon(java.awt.Color color,
int size,
Direction direction)
public ArrowIcon(int size,
Direction direction)
public ArrowIcon(int size,
Direction direction,
boolean enabled)
| Method Detail |
|---|
public Direction getDirection()
protected void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2)
paintIcon in class AbstractButtonIcon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||