Package com.l2fprod.gui.plaf.skin
Interface SkinScrollbar
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinScrollbar
Skin Scrollbar.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 19:47:23 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptiongetArrowPreferredSize
(int direction) Gets the ArrowPreferredSize attribute of the SkinScrollbar objectGets the MinimumThumbSize attribute of the SkinScrollbar objectgetPreferredSize
(JScrollBar scrollbar) Gets the PreferredSize attribute of the SkinScrollbar objectboolean
paintArrow
(Graphics g, AbstractButton b, int direction) Description of the Methodboolean
paintThumb
(Graphics g, JScrollBar scrollbar, Rectangle thumbBounds) Description of the Methodboolean
paintTrack
(Graphics g, JScrollBar scrollbar, Rectangle trackBounds) 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 SkinScrollbar object- Parameters:
scrollbar
- Description of Parameter- Returns:
- The PreferredSize value
-
getMinimumThumbSize
Dimension getMinimumThumbSize()Gets the MinimumThumbSize attribute of the SkinScrollbar object- Returns:
- The MinimumThumbSize value
-
getArrowPreferredSize
Gets the ArrowPreferredSize attribute of the SkinScrollbar 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
-
paintThumb
Description of the Method- Parameters:
g
- Description of Parameterscrollbar
- Description of ParameterthumbBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTrack
Description of the Method- Parameters:
g
- Description of Parameterscrollbar
- Description of ParametertrackBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-