Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua
Class VisuallyLayoutableIcon

java.lang.Object
  extended by ch.randelshofer.quaqua.VisuallyLayoutableIcon
All Implemented Interfaces:
javax.swing.Icon

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

VisuallyLayoutableIcon takes an icon and a layout rectangle. The layout rectangle is relative to the upper left corner of the icon.

Version:
$Id: VisuallyLayoutableIcon.java 361 2010-11-21 11:19:20Z wrandelshofer $
Author:
Werner Randelshofer

Constructor Summary
VisuallyLayoutableIcon(javax.swing.Icon icon, int x, int y, int width, int height)
          Creates a new instance.
VisuallyLayoutableIcon(javax.swing.Icon icon, java.awt.Rectangle layoutRect)
          Creates a new instance.
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisuallyLayoutableIcon

public VisuallyLayoutableIcon(javax.swing.Icon icon,
                              int x,
                              int y,
                              int width,
                              int height)
Creates a new instance.


VisuallyLayoutableIcon

public VisuallyLayoutableIcon(javax.swing.Icon icon,
                              java.awt.Rectangle layoutRect)
Creates a new instance.

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 c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.