All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFLabelUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.LabelUI
                    |
                    +----java.awt.swing.basic.BasicLabelUI
                            |
                            +----java.awt.swing.jlf.JLFLabelUI

public class JLFLabelUI
extends BasicLabelUI
A Java L&F implementation of LabelUI. This implementation is completely static, i.e. there's only one UIView implementation that's shared by all JLabel objects.


Constructor Index

 o JLFLabelUI()

Method Index

 o createUI(JComponent)
 o paint(Graphics, JComponent)

Constructors

 o JLFLabelUI
public JLFLabelUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o paint
public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicLabelUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature