QJCC homepage

biz.chitec.quarterback.swing
Class BasicMultiColorLabelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.LabelUI
          extended byjavax.swing.plaf.basic.BasicLabelUI
              extended bybiz.chitec.quarterback.swing.MultiColorLabelUI
                  extended bybiz.chitec.quarterback.swing.BasicMultiColorLabelUI
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class BasicMultiColorLabelUI
extends MultiColorLabelUI

UI delegate for multi color label

Version:
$Id: bb478c4a21d9b54be434e7137ac062d658f977d0 $
Author:
Dirk Hillbrecht/chitec 2000, Mark "xhunterx" 2000 Distributed under the terms of the GNU LGPL.

Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicLabelUI
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
 
Constructor Summary
BasicMultiColorLabelUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void paintEnabledText(javax.swing.JLabel l, java.awt.Graphics g, java.lang.String s, int textX, int textY)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paint, paintDisabledText, 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

BasicMultiColorLabelUI

public BasicMultiColorLabelUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

paintEnabledText

protected void paintEnabledText(javax.swing.JLabel l,
                                java.awt.Graphics g,
                                java.lang.String s,
                                int textX,
                                int textY)

QJCC homepage