com.l2fprod.gui.plaf.skin
Class SkinSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by 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 $

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
SkinSeparatorUI()
           
 
Method Summary
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
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinSeparatorUI

public SkinSeparatorUI()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Description of the Method

Overrides:
paint in class javax.swing.plaf.basic.BasicSeparatorUI
Parameters:
g - Description of Parameter
c - Description of Parameter

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Description of the Method

Overrides:
getPreferredSize in class javax.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