freemind.controller
Class BlindIcon

java.lang.Object
  extended by freemind.controller.BlindIcon
All Implemented Interfaces:
javax.swing.Icon

public class BlindIcon
extends java.lang.Object
implements javax.swing.Icon

Author:
foltin

Constructor Summary
BlindIcon(int length)
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(java.awt.Component arg0, java.awt.Graphics arg1, int arg2, int arg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlindIcon

public BlindIcon(int length)
Method Detail

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 arg0,
                      java.awt.Graphics arg1,
                      int arg2,
                      int arg3)
Specified by:
paintIcon in interface javax.swing.Icon