|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SkinScrollbar
Skin Scrollbar.
Method Summary | |
---|---|
java.awt.Dimension |
getArrowPreferredSize(int direction)
Gets the ArrowPreferredSize attribute of the SkinScrollbar object |
java.awt.Dimension |
getMinimumThumbSize()
Gets the MinimumThumbSize attribute of the SkinScrollbar object |
java.awt.Dimension |
getPreferredSize(javax.swing.JScrollBar scrollbar)
Gets the PreferredSize attribute of the SkinScrollbar object |
boolean |
paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
Description of the Method |
boolean |
paintThumb(java.awt.Graphics g,
javax.swing.JScrollBar scrollbar,
java.awt.Rectangle thumbBounds)
Description of the Method |
boolean |
paintTrack(java.awt.Graphics g,
javax.swing.JScrollBar scrollbar,
java.awt.Rectangle trackBounds)
Description of the Method |
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent |
---|
installSkin, status, uninstallSkin |
Method Detail |
---|
java.awt.Dimension getPreferredSize(javax.swing.JScrollBar scrollbar)
scrollbar
- Description of Parameter
java.awt.Dimension getMinimumThumbSize()
java.awt.Dimension getArrowPreferredSize(int direction)
direction
- Description of Parameter
boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameter
boolean paintThumb(java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds)
g
- Description of Parameterscrollbar
- Description of ParameterthumbBounds
- Description of Parameter
boolean paintTrack(java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds)
g
- Description of Parameterscrollbar
- Description of ParametertrackBounds
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |