public class BasicGradientUI extends GradientUI
| Constructor and Description |
|---|
BasicGradientUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c) |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
void |
installUI(javax.swing.JComponent component) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
void |
uninstallUI(javax.swing.JComponent component) |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent component)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent component)
uninstallUI in class javax.swing.plaf.ComponentUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIpublic java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize in class javax.swing.plaf.ComponentUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize in class javax.swing.plaf.ComponentUI