com.imagero.swing.titlebar.plaf.motif
Class MotifPressedSystemIcon

java.lang.Object
  extended bycom.imagero.swing.titlebar.plaf.motif.MotifSystemIcon
      extended bycom.imagero.swing.titlebar.plaf.motif.MotifPressedSystemIcon
All Implemented Interfaces:
javax.swing.Icon

public class MotifPressedSystemIcon
extends MotifSystemIcon

MotifPressedSystemIcon. Pressed system icons for MotifLookAndFeel.


Constructor Summary
MotifPressedSystemIcon(java.awt.Color baseColor)
           
 
Method Summary
protected  void paint(java.awt.Graphics g, java.awt.Color highlight, java.awt.Color shadow, int x, int y)
           
 
Methods inherited from class com.imagero.swing.titlebar.plaf.motif.MotifSystemIcon
getIconHeight, getIconWidth, paintIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotifPressedSystemIcon

public MotifPressedSystemIcon(java.awt.Color baseColor)
Method Detail

paint

protected void paint(java.awt.Graphics g,
                     java.awt.Color highlight,
                     java.awt.Color shadow,
                     int x,
                     int y)
Overrides:
paint in class MotifSystemIcon