com.imagero.swing.icons
Class GoStartIcon

java.lang.Object
  extended bycom.imagero.swing.icons.PageUpIcon
      extended bycom.imagero.swing.icons.GoStartIcon
All Implemented Interfaces:
javax.swing.Icon

public class GoStartIcon
extends PageUpIcon

GoStartIcon.


Constructor Summary
GoStartIcon()
           
 
Method Summary
 int getIconHeight()
           
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class com.imagero.swing.icons.PageUpIcon
getIconWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoStartIcon

public GoStartIcon()
Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon
Overrides:
paintIcon in class PageUpIcon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface javax.swing.Icon
Overrides:
getIconHeight in class PageUpIcon