com.l2fprod.gui.plaf.skin
Interface SkinSplitPane

All Superinterfaces:
SkinComponent
All Known Implementing Classes:
AbstractSkinSplitPane

public interface SkinSplitPane
extends SkinComponent

Skin SplitPane.

Version:
$Revision: 1.1 $, $Date: 2003/08/01 20:04:39 $
Author:
$Author: l2fprod $

Method Summary
 java.awt.Dimension getArrowPreferredSize(int direction)
          Gets the ArrowPreferredSize attribute of the SkinSplitPane object
 java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
          Gets the PreferredSize attribute of the SkinSplitPane object
 boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)
          Description of the Method
 boolean paintGutter(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
          Description of the Method
 boolean paintThumb(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
          Description of the Method
 
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
 

Method Detail

getPreferredSize

java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
Gets the PreferredSize attribute of the SkinSplitPane object

Parameters:
splitpane - Description of Parameter
Returns:
The PreferredSize value

getArrowPreferredSize

java.awt.Dimension getArrowPreferredSize(int direction)
Gets the ArrowPreferredSize attribute of the SkinSplitPane object

Parameters:
direction - Description of Parameter
Returns:
The ArrowPreferredSize value

paintArrow

boolean paintArrow(java.awt.Graphics g,
                   javax.swing.AbstractButton b,
                   int direction)
Description of the Method

Parameters:
g - Description of Parameter
b - Description of Parameter
direction - Description of Parameter
Returns:
Description of the Returned Value

paintGutter

boolean paintGutter(java.awt.Graphics g,
                    javax.swing.JSplitPane divider,
                    java.awt.Dimension d)
Description of the Method

Parameters:
g - Description of Parameter
divider - Description of Parameter
d - Description of Parameter
Returns:
Description of the Returned Value

paintThumb

boolean paintThumb(java.awt.Graphics g,
                   javax.swing.JSplitPane divider,
                   java.awt.Dimension d)
Description of the Method

Parameters:
g - Description of Parameter
divider - Description of Parameter
d - Description of Parameter
Returns:
Description of the Returned Value