Package com.l2fprod.gui.plaf.skin
Interface SkinSplitPane
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinSplitPane
Skin SplitPane.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:04:39 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptiongetArrowPreferredSize
(int direction) Gets the ArrowPreferredSize attribute of the SkinSplitPane objectgetPreferredSize
(JSplitPane splitpane) Gets the PreferredSize attribute of the SkinSplitPane objectboolean
paintArrow
(Graphics g, AbstractButton b, int direction) Description of the Methodboolean
paintGutter
(Graphics g, JSplitPane divider, Dimension d) Description of the Methodboolean
paintThumb
(Graphics g, JSplitPane divider, Dimension d) Description of the MethodMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the SkinSplitPane object- Parameters:
splitpane
- Description of Parameter- Returns:
- The PreferredSize value
-
getArrowPreferredSize
Gets the ArrowPreferredSize attribute of the SkinSplitPane object- Parameters:
direction
- Description of Parameter- Returns:
- The ArrowPreferredSize value
-
paintArrow
Description of the Method- Parameters:
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintGutter
Description of the Method- Parameters:
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintThumb
Description of the Method- Parameters:
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameter- Returns:
- Description of the Returned Value
-