Package com.l2fprod.gui.plaf.skin
Class SkinSeparatorUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.SeparatorUI
-
- javax.swing.plaf.basic.BasicSeparatorUI
-
- com.l2fprod.gui.plaf.skin.SkinSeparatorUI
-
public final class SkinSeparatorUI extends javax.swing.plaf.basic.BasicSeparatorUI
Skin SeparatorUI.- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:47:23 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description SkinSeparatorUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent x)
Description of the Methodjava.awt.Dimension
getPreferredSize(javax.swing.JComponent c)
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method- Overrides:
paint
in classjavax.swing.plaf.basic.BasicSeparatorUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Description of the Method- Overrides:
getPreferredSize
in classjavax.swing.plaf.basic.BasicSeparatorUI
- Parameters:
c
- Description of Parameter
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
Description of the Method- Parameters:
x
- Description of Parameter- Returns:
- Description of the Returned Value
-
-