|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.substance.grip.DragBumpsGripPainter
@Deprecated public class DragBumpsGripPainter
Implementation of grip painter that uses drag bumps identical to those on toolbars and split pane dividers.
| Constructor Summary | |
|---|---|
DragBumpsGripPainter()
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Deprecated. Returns the display name of this grip painter. |
void |
paintGrip(javax.swing.JComponent comp,
java.awt.Graphics graphics,
SubstanceTheme theme,
java.awt.Rectangle gripArea,
boolean isGripVertical,
java.awt.ComponentOrientation gripOrientation)
Deprecated. Paints the grip. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DragBumpsGripPainter()
| Method Detail |
|---|
public void paintGrip(javax.swing.JComponent comp,
java.awt.Graphics graphics,
SubstanceTheme theme,
java.awt.Rectangle gripArea,
boolean isGripVertical,
java.awt.ComponentOrientation gripOrientation)
GripPainter
paintGrip in interface GripPaintercomp - The associated component.graphics - Graphics to paint on.theme - Theme for the grip painting.gripArea - The area of the scroll thumb. The grip painting must not
exceed this area.isGripVertical - true, if the scroll bar is vertical,
false otherwise.gripOrientation - Orientation of the component. Right-to-left painting algorithm
can consult this parameter as necessary.public java.lang.String getDisplayName()
GripPainter
getDisplayName in interface GripPainter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||