com.jtattoo.plaf.hifi
Class HiFiLabelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.LabelUI
          extended by javax.swing.plaf.basic.BasicLabelUI
              extended by com.jtattoo.plaf.hifi.HiFiLabelUI
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class HiFiLabelUI
extends BasicLabelUI

Author:
Michael Hagen

Constructor Summary
HiFiLabelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
           
protected  void paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paint, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiFiLabelUI

public HiFiLabelUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paintEnabledText

protected void paintEnabledText(JLabel l,
                                Graphics g,
                                String s,
                                int textX,
                                int textY)
Overrides:
paintEnabledText in class BasicLabelUI

paintDisabledText

protected void paintDisabledText(JLabel l,
                                 Graphics g,
                                 String s,
                                 int textX,
                                 int textY)
Overrides:
paintDisabledText in class BasicLabelUI


Copyright © 2011. All Rights Reserved.