public final class SkinSeparatorUI
extends javax.swing.plaf.basic.BasicSeparatorUI
Constructor and Description |
---|
SkinSeparatorUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
Description of the Method
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicSeparatorUI
g
- Description of Parameterc
- Description of Parameterpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.basic.BasicSeparatorUI
c
- Description of Parameterpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
x
- Description of Parameter