|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.imagero.gui.flowin.tp.ArrowIcon
| Field Summary | |
static int |
DOWN
|
static int |
HORIZONTAL
|
static int |
UP
|
static int |
VERTICAL
|
| Constructor Summary | |
ArrowIcon()
|
|
| Method Summary | |
void |
flip()
same as setExpanded(! |
void |
flipAxis()
|
int |
getAxis()
|
java.awt.Color |
getBackground()
|
java.awt.Color |
getCirleColor()
|
int |
getDirection()
|
java.awt.Color |
getForeground()
get foreground color |
int |
getIconHeight()
Returns the icon's height. |
int |
getIconWidth()
Returns the icon's width. |
java.awt.Color |
getShadowColor()
|
boolean |
isContentOpaque()
|
boolean |
isExpanded()
get expanded state of TaskPaneIcon |
boolean |
isOpaque()
|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Draw the icon at the specified location. |
void |
setAxis(int axis)
|
void |
setBackground(java.awt.Color background)
|
void |
setCirleColor(java.awt.Color cirleColor)
|
void |
setContentOpaque(boolean contentOpaque)
|
void |
setDirection(int direction)
|
void |
setExpanded(boolean expanded)
change expanded state of TaskPaneIcon (e.g if expanded - arrow shows up) |
void |
setForeground(java.awt.Color foreground)
get foreground color |
void |
setOpaque(boolean opaque)
|
void |
setShadowColor(java.awt.Color shadowColor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DOWN
public static final int HORIZONTAL
public static final int UP
public static final int VERTICAL
| Constructor Detail |
public ArrowIcon()
| Method Detail |
public void flip()
TaskPaneIcon
flip in interface TaskPaneIconpublic void flipAxis()
public int getAxis()
public java.awt.Color getBackground()
public java.awt.Color getCirleColor()
public int getDirection()
public java.awt.Color getForeground()
TaskPaneIcon
getForeground in interface TaskPaneIconpublic int getIconHeight()
javax.swing.Icon
getIconHeight in interface javax.swing.Iconpublic int getIconWidth()
javax.swing.Icon
getIconWidth in interface javax.swing.Iconpublic java.awt.Color getShadowColor()
public boolean isContentOpaque()
isContentOpaque in interface TaskPaneIconpublic boolean isExpanded()
TaskPaneIcon
isExpanded in interface TaskPaneIconpublic boolean isOpaque()
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
javax.swing.Icon
paintIcon in interface javax.swing.Iconpublic void setAxis(int axis)
public void setBackground(java.awt.Color background)
public void setCirleColor(java.awt.Color cirleColor)
public void setContentOpaque(boolean contentOpaque)
setContentOpaque in interface TaskPaneIconpublic void setDirection(int direction)
public void setExpanded(boolean expanded)
TaskPaneIcon
setExpanded in interface TaskPaneIconpublic void setForeground(java.awt.Color foreground)
TaskPaneIcon
setForeground in interface TaskPaneIconpublic void setOpaque(boolean opaque)
public void setShadowColor(java.awt.Color shadowColor)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||