Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinSlider
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinSlider
- All Implemented Interfaces:
SkinComponent
,SkinSlider
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPreferredSize
(JSlider slider, Dimension uiPreferredSize) Gets the PreferredSize attribute of the AbstractSkinSlider objectgetThumbSize
(JSlider slider) boolean
Description of the Methodboolean
paintThumb
(Graphics g, JSlider slider, Rectangle thumbBounds) Description of the Methodboolean
paintTrack
(Graphics g, JSlider slider, Rectangle trackBounds) Description of the Methodboolean
status()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, uninstallSkin
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
uninstallSkin
-
Constructor Details
-
AbstractSkinSlider
public AbstractSkinSlider()
-
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the AbstractSkinSlider object- Specified by:
getPreferredSize
in interfaceSkinSlider
- Parameters:
slider
- Description of Parameter- Returns:
- The PreferredSize value
-
getThumbSize
- Specified by:
getThumbSize
in interfaceSkinSlider
-
status
public boolean status()Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTrack
Description of the Method- Specified by:
paintTrack
in interfaceSkinSlider
- Parameters:
g
- Description of Parameterslider
- Description of ParametertrackBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintThumb
Description of the Method- Specified by:
paintThumb
in interfaceSkinSlider
- Parameters:
g
- Description of Parameterslider
- Description of ParameterthumbBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-