org.gjt.sp.jedit.gui
Class PanelWindowContainer.RotatedTextIcon
java.lang.Object
org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
- All Implemented Interfaces:
- Icon
- Enclosing class:
- PanelWindowContainer
- public static class PanelWindowContainer.RotatedTextIcon
- extends Object
- implements Icon
Field Summary |
static int |
CCW
|
static int |
CW
|
static int |
NONE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
CW
public static final int CW
- See Also:
- Constant Field Values
CCW
public static final int CCW
- See Also:
- Constant Field Values
PanelWindowContainer.RotatedTextIcon
public PanelWindowContainer.RotatedTextIcon(int rotate,
Font font,
String text)
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interface Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interface Icon
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon
in interface Icon