public static class Factory.ToolTipUI
extends javax.swing.plaf.basic.BasicToolTipUI
Constructor and Description |
---|
Factory.ToolTipUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Create the ui.
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Get the size of the UI.
|
void |
paint(java.awt.Graphics g1,
javax.swing.JComponent c)
The paint method.
|
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void paint(java.awt.Graphics g1, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicToolTipUI
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.basic.BasicToolTipUI