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) booleanDescription of the MethodbooleanpaintThumb(Graphics g, JSlider slider, Rectangle thumbBounds) Description of the MethodbooleanpaintTrack(Graphics g, JSlider slider, Rectangle trackBounds) Description of the Methodbooleanstatus()Description of the MethodMethods inherited from class AbstractSkinComponent
getSkin, uninstallSkinMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SkinComponent
uninstallSkin
-
Constructor Details
-
AbstractSkinSlider
public AbstractSkinSlider()
-
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the AbstractSkinSlider object- Specified by:
getPreferredSizein interfaceSkinSlider- Parameters:
slider- Description of Parameter- Returns:
- The PreferredSize value
-
getThumbSize
- Specified by:
getThumbSizein interfaceSkinSlider
-
status
public boolean status()Description of the Method- Specified by:
statusin interfaceSkinComponent- Overrides:
statusin classAbstractSkinComponent- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkinin interfaceSkinComponent- Overrides:
installSkinin classAbstractSkinComponent- Parameters:
c- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTrack
Description of the Method- Specified by:
paintTrackin 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:
paintThumbin interfaceSkinSlider- Parameters:
g- Description of Parameterslider- Description of ParameterthumbBounds- Description of Parameter- Returns:
- Description of the Returned Value
-