oracle.ide.controls
Class RotatingIcon
java.lang.Object
  
oracle.ide.controls.RotatingIcon
- All Implemented Interfaces: 
 - javax.swing.Icon
 
public final class RotatingIcon
- extends java.lang.Object
- implements javax.swing.Icon
  
The rotated image of an icon.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RotatingIcon
public RotatingIcon(javax.swing.Icon icon)
paintIcon
public void paintIcon(java.awt.Component component,
                      java.awt.Graphics g,
                      int xPos,
                      int yPos)
- Specified by:
 paintIcon in interface javax.swing.Icon
 
 
getIconWidth
public int getIconWidth()
- Specified by:
 getIconWidth in interface javax.swing.Icon
 
 
getIconHeight
public int getIconHeight()
- Specified by:
 getIconHeight in interface javax.swing.Icon
 
 
setRotation
public void setRotation(double theta)
 
 
Copyright © 1997, 2010, Oracle. All rights reserved.