Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.flowin.plaf
Class MotifTitleBarUI.MotifSystemIcon  view MotifTitleBarUI.MotifSystemIcon download MotifTitleBarUI.MotifSystemIcon.java

java.lang.Object
  extended bycom.imagero.gui.flowin.plaf.MotifTitleBarUI.MotifSystemIcon
All Implemented Interfaces:
javax.swing.Icon
Direct Known Subclasses:
MotifTitleBarUI.MotifPressedSystemIcon
Enclosing class:
MotifTitleBarUI

static class MotifTitleBarUI.MotifSystemIcon
extends java.lang.Object
implements javax.swing.Icon


Field Summary
(package private)  com.imagero.gui.flowin.TitleBar tb
           
 
Constructor Summary
MotifTitleBarUI.MotifSystemIcon(com.imagero.gui.flowin.TitleBar tb)
           
 
Method Summary
 int getIconHeight()
          Returns the height of the icon.
 int getIconWidth()
          Returns the width of the icon.
protected  void paint(java.awt.Graphics g, java.awt.Color highlight, java.awt.Color shadow, int x, int y)
           
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
          Draws the icon at the location (x, y) on the specified graphics device.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tb

com.imagero.gui.flowin.TitleBar tb
Constructor Detail

MotifTitleBarUI.MotifSystemIcon

public MotifTitleBarUI.MotifSystemIcon(com.imagero.gui.flowin.TitleBar tb)
Method Detail

getIconWidth

public int getIconWidth()
Description copied from interface: javax.swing.Icon
Returns the width of the icon.

Specified by:
getIconWidth in interface javax.swing.Icon

getIconHeight

public int getIconHeight()
Description copied from interface: javax.swing.Icon
Returns the height of the icon.

Specified by:
getIconHeight in interface javax.swing.Icon

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Description copied from interface: javax.swing.Icon
Draws the icon at the location (x, y) on the specified graphics device.

Specified by:
paintIcon in interface javax.swing.Icon

paint

protected void paint(java.awt.Graphics g,
                     java.awt.Color highlight,
                     java.awt.Color shadow,
                     int x,
                     int y)