|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinSlider
public class AbstractSkinSlider
Constructor Summary | |
---|---|
AbstractSkinSlider()
|
Method Summary | |
---|---|
java.awt.Dimension |
getPreferredSize(javax.swing.JSlider slider,
java.awt.Dimension uiPreferredSize)
Gets the PreferredSize attribute of the AbstractSkinSlider object |
java.awt.Dimension |
getThumbSize(javax.swing.JSlider slider)
|
boolean |
installSkin(javax.swing.JComponent c)
Description of the Method |
boolean |
paintThumb(java.awt.Graphics g,
javax.swing.JSlider slider,
java.awt.Rectangle thumbBounds)
Description of the Method |
boolean |
paintTrack(java.awt.Graphics g,
javax.swing.JSlider slider,
java.awt.Rectangle trackBounds)
Description of the Method |
boolean |
status()
Description of the Method |
Methods 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 Detail |
---|
public AbstractSkinSlider()
Method Detail |
---|
public java.awt.Dimension getPreferredSize(javax.swing.JSlider slider, java.awt.Dimension uiPreferredSize)
getPreferredSize
in interface SkinSlider
slider
- Description of Parameter
public java.awt.Dimension getThumbSize(javax.swing.JSlider slider)
getThumbSize
in interface SkinSlider
public boolean status()
status
in interface SkinComponent
status
in class AbstractSkinComponent
public boolean installSkin(javax.swing.JComponent c)
installSkin
in interface SkinComponent
installSkin
in class AbstractSkinComponent
c
- Description of Parameter
public boolean paintTrack(java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle trackBounds)
paintTrack
in interface SkinSlider
g
- Description of Parameterslider
- Description of ParametertrackBounds
- Description of Parameter
public boolean paintThumb(java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle thumbBounds)
paintThumb
in interface SkinSlider
g
- Description of Parameterslider
- Description of ParameterthumbBounds
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |