Package com.l2fprod.gui.plaf.skin
Interface SkinSlider
- All Superinterfaces:
SkinComponent
- All Known Implementing Classes:
AbstractSkinSlider
Skin Slider.
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:04:39 $
- Author:
- $Author: l2fprod $
-
Method Summary
Modifier and TypeMethodDescriptiongetPreferredSize
(JSlider slider, Dimension uiPreferredSize) Gets the PreferredSize attribute of the SkinSlider objectgetThumbSize
(JSlider slider) boolean
paintThumb
(Graphics g, JSlider slider, Rectangle thumbBounds) Description of the Methodboolean
paintTrack
(Graphics g, JSlider slider, 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 SkinSlider object- Parameters:
slider
- Description of Parameter- Returns:
- The PreferredSize value
-
getThumbSize
-
paintTrack
Description of the Method- Parameters:
g
- Description of Parameterslider
- Description of ParametertrackBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintThumb
Description of the Method- Parameters:
g
- Description of Parameterslider
- Description of ParameterthumbBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-