|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.SizeGripIcon
An icon that looks like a Windows 98/XP-style size grip.
| Constructor Summary | |
SizeGripIcon()
Constructor. |
|
SizeGripIcon(int style)
Constructor. |
|
| Method Summary | |
int |
getIconHeight()
Returns the height of this icon. |
int |
getIconWidth()
Returns the width of this icon. |
int |
getStyle()
Returns the current style of this icon. |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
Paints this icon. |
void |
setStyle(int style)
Sets the style of this icon. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SizeGripIcon()
public SizeGripIcon(int style)
style - The style of the size grip.| Method Detail |
public int getIconHeight()
getIconHeight in interface javax.swing.Iconpublic int getIconWidth()
getIconWidth in interface javax.swing.Iconpublic int getStyle()
setStyle(int)
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
paintIcon in interface javax.swing.Iconc - The component to paint on.g - The graphics context.x - The x-coordinate at which to paint.y - The y-coordinate at which to paint.public void setStyle(int style)
style - This icon's style.getStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||