de.javasoft.plaf.synthetica.painter
Class ToolBarHandle
java.lang.Object
sun.swing.plaf.synth.SynthIcon
de.javasoft.plaf.synthetica.painter.ToolBarHandle
- All Implemented Interfaces:
- javax.swing.Icon, javax.swing.plaf.UIResource
public class ToolBarHandle
- extends sun.swing.plaf.synth.SynthIcon
IconPainter for ToolBar handle with toolBar orientation support.
- Version:
- 1.02, 15.07.2009
|
Method Summary |
int |
getIconHeight()
|
int |
getIconHeight(javax.swing.plaf.synth.SynthContext sc)
|
int |
getIconWidth()
|
int |
getIconWidth(javax.swing.plaf.synth.SynthContext sc)
|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
|
void |
paintIcon(javax.swing.plaf.synth.SynthContext sc,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
|
| Methods inherited from class sun.swing.plaf.synth.SynthIcon |
getIconHeight, getIconWidth, paintIcon |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolBarHandle
public ToolBarHandle()
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface javax.swing.Icon
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface javax.swing.Icon
getIconWidth
public int getIconWidth(javax.swing.plaf.synth.SynthContext sc)
- Specified by:
getIconWidth in class sun.swing.plaf.synth.SynthIcon
getIconHeight
public int getIconHeight(javax.swing.plaf.synth.SynthContext sc)
- Specified by:
getIconHeight in class sun.swing.plaf.synth.SynthIcon
paintIcon
public void paintIcon(javax.swing.plaf.synth.SynthContext sc,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
- Specified by:
paintIcon in class sun.swing.plaf.synth.SynthIcon
Copyright © 2004-2011 Jyloo Software. All Rights Reserved.